筛选增加多选功能

This commit is contained in:
yml2213
2026-07-11 23:21:54 +08:00
parent 0958991847
commit f81842d46e
9 changed files with 165 additions and 65 deletions
+22
View File
@@ -111,6 +111,28 @@
font-weight: 700;
}
.filter-menu button {
display: flex;
align-items: center;
gap: 8px;
}
.filter-option-check {
width: 14px;
height: 14px;
flex: 0 0 14px;
border: 1.5px solid #cbd5e1;
border-radius: 4px;
background: #ffffff;
box-sizing: border-box;
}
.filter-option-check.checked {
border-color: #ff6a00;
background: #ff6a00;
box-shadow: inset 0 0 0 2px #ffffff;
}
.range-manual {
display: flex;
align-items: center;