feat: 本次提交更新内容如下

计划列表搜索框优化
This commit is contained in:
笔记本里的永平
2025-07-21 10:09:59 +08:00
parent f6f9e45198
commit 41a3399369
4 changed files with 56 additions and 61 deletions

View File

@@ -1,7 +1,5 @@
.scenario-list-page {
padding: 16px;
background: #f5f5f5;
min-height: 100vh;
padding:0 16px;
}
.nav-title {
@@ -33,8 +31,8 @@
.search-bar {
display: flex;
gap: 12px;
margin-bottom: 16px;
align-items: center;
padding: 16px;
}
.search-input-wrapper {