Files
HTFX-CRM-APP/pages/report/index.scss

21 lines
330 B
SCSS
Raw Permalink Normal View History

2025-07-07 15:55:44 +08:00
.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;
}
}
}