筛选增加多选功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user