Files
HTFX-CRM-Sales/pages/report/index.scss
2025-07-07 16:05:18 +08:00

21 lines
330 B
SCSS

.filterWrapper {
display: flex;
column-gap: 6px;
.filterSelector {
flex: 1;
}
.filterButton {
display: flex;
justify-content: center;
align-items: center;
width: 91px;
height: 34px;
color: #fff;
background-color: rgba(41, 187, 228, 1);
.filterText {
white-space: nowrap;
margin: 0 8px 0 3px;
}
}
}