From de8677c64cab21e44d8e4b151a97b4adae8f8486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E9=87=8E?= Date: Mon, 26 Jan 2026 22:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommonPopup/index.module.scss | 3 ++- .../publishBall/components/SelectStadium/SelectStadium.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/CommonPopup/index.module.scss b/src/components/CommonPopup/index.module.scss index 7357ba9..681b905 100644 --- a/src/components/CommonPopup/index.module.scss +++ b/src/components/CommonPopup/index.module.scss @@ -7,7 +7,8 @@ border-radius: 20px 20px 0 0 !important; } .common-popup__drag-handle-container { - position: position; + position: relative; + height: 0; } .common-popup__drag-handle { diff --git a/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss b/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss index 65253d3..6dbef8d 100644 --- a/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss +++ b/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss @@ -9,7 +9,7 @@ flex-direction: column; overflow: hidden; padding-bottom: env(safe-area-inset-bottom); - + box-sizing: border-box; // 搜索区域 .search-section { background: #f5f5f5;