From 2bf7b7084befe4254064be586f12a5b116be0bfd Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Thu, 10 Nov 2022 18:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BC=B9=E7=AA=97=E6=97=B6=E9=81=AE?= =?UTF-8?q?=E7=BD=A9=E4=B8=8D=E4=BD=8F=E5=BA=95=E9=83=A8=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/popup/index.module.scss | 4 ++-- src/components/shoppingCart/index.tsx | 3 ++- src/pages/order/index.module.scss | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/popup/index.module.scss b/src/components/popup/index.module.scss index a5f99e8..39c811a 100644 --- a/src/components/popup/index.module.scss +++ b/src/components/popup/index.module.scss @@ -32,7 +32,7 @@ $am-ms: 200ms; width: 100%; height: 100%; margin: 0 auto; - z-index: 1000; + z-index: 10000; visibility: hidden; transition: visibility $am-ms ease-in-out; overflow: hidden; @@ -41,7 +41,7 @@ $am-ms: 200ms; flex-direction: column; position: absolute; background-color: #fff; - z-index: 1012; + z-index: 10001; transition: transform $am-ms ease-in-out; .drawer_container_title { display: flex; diff --git a/src/components/shoppingCart/index.tsx b/src/components/shoppingCart/index.tsx index e1f77f4..7afe720 100644 --- a/src/components/shoppingCart/index.tsx +++ b/src/components/shoppingCart/index.tsx @@ -197,7 +197,8 @@ export default memo(forwardRef((props: prosObj, ref) => { )} {!hasBottom && } - + {/* */} +