소스 검색

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

Before 7 달 전
부모
커밋
bc4a81a0d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ? (