This commit is contained in:
张成
2025-11-10 17:10:04 +08:00
parent d53a4a18c4
commit 1c3533a157
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
bottom: 0; bottom: 0;
background-color: #ffffff; background-color: #ffffff;
padding: 8px 0; padding: 8px 0;
;
.btn { .btn {
flex: 1; flex: 1;

View File

@@ -109,7 +109,7 @@ const FilterPopup = (props: FilterPopupProps) => {
round round
visible={visible} visible={visible}
onClose={onClose} onClose={onClose}
style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '70vh' }} style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '75vh' }}
overlayStyle={{ marginTop: statusNavbarHeigh + "px" }} overlayStyle={{ marginTop: statusNavbarHeigh + "px" }}
zIndex={1200} zIndex={1200}
> >