From 1c3533a157d5d35b2d9cc68b8eb015de65fb7706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Mon, 10 Nov 2025 17:10:04 +0800 Subject: [PATCH] 1 --- src/components/FilterPopup/index.module.scss | 1 + src/components/FilterPopup/index.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/FilterPopup/index.module.scss b/src/components/FilterPopup/index.module.scss index 9305f21..8fd5fa5 100644 --- a/src/components/FilterPopup/index.module.scss +++ b/src/components/FilterPopup/index.module.scss @@ -17,6 +17,7 @@ bottom: 0; background-color: #ffffff; padding: 8px 0; + ; .btn { flex: 1; diff --git a/src/components/FilterPopup/index.tsx b/src/components/FilterPopup/index.tsx index 025bdca..8057ad1 100644 --- a/src/components/FilterPopup/index.tsx +++ b/src/components/FilterPopup/index.tsx @@ -109,7 +109,7 @@ const FilterPopup = (props: FilterPopupProps) => { round visible={visible} onClose={onClose} - style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '70vh' }} + style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '75vh' }} overlayStyle={{ marginTop: statusNavbarHeigh + "px" }} zIndex={1200} >