修改样式

This commit is contained in:
筱野
2026-01-26 22:13:52 +08:00
parent 3ab647f7c6
commit de8677c64c
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
border-radius: 20px 20px 0 0 !important; border-radius: 20px 20px 0 0 !important;
} }
.common-popup__drag-handle-container { .common-popup__drag-handle-container {
position: position; position: relative;
height: 0;
} }
.common-popup__drag-handle { .common-popup__drag-handle {

View File

@@ -9,7 +9,7 @@
flex-direction: column; flex-direction: column;
overflow: hidden; overflow: hidden;
padding-bottom: env(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);
box-sizing: border-box;
// 搜索区域 // 搜索区域
.search-section { .search-section {
background: #f5f5f5; background: #f5f5f5;