点口管理添加关键字过滤

This commit is contained in:
2026-06-10 17:35:55 +08:00
parent 810d2bfc40
commit 2c8af0f2e0
2 changed files with 49 additions and 4 deletions
+28 -2
View File
@@ -378,18 +378,19 @@
display: flex;
align-items: center;
gap: 16rpx;
margin-bottom: 16rpx;
}
// 选择按钮
.project-select-btn {
flex: 1;
width: 90%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 12rpx 24rpx;
background: #f5f6f8;
border-radius: 12rpx;
max-height: 70rpx;
max-height: 60rpx;
.select-text {
font-size: 28rpx;
@@ -402,6 +403,31 @@
}
}
// 搜索框
.search-box {
width: 90%;
display: flex;
align-items: center;
background: #f5f6f8;
border-radius: 12rpx;
padding: 0 16rpx;
max-height: 70rpx;
.search-input {
flex: 1;
font-size: 28rpx;
color: #333;
padding: 0 12rpx;
height: 60rpx;
}
.search-clear {
display: flex;
align-items: center;
padding: 4rpx;
}
}
.refresh-btn {
padding: 8rpx;
display: flex;