Ver código fonte

fix: 【bcwin 网站】轮播图优化

Before 7 meses atrás
pai
commit
bc4a81a0d9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/Box/RedPacketModal.tsx

+ 1 - 1
src/components/Box/RedPacketModal.tsx

@@ -476,7 +476,7 @@ const RedPacketModal = forwardRef<RedPacketModalProps, Props>(function RedPacket
         }
     };
     return (
-        <Mask visible={visible} destroyOnClose={true} getContainer={null}>
+        <Mask visible={visible} destroyOnClose={true} getContainer={document.getElementById("app")}>
             <FallAnimation onClose={() => setVisible(false)} />
 
             {status === Status.is_start ? (