feat: 初始化

This commit is contained in:
George
2025-07-07 16:05:18 +08:00
commit c169958240
986 changed files with 132574 additions and 0 deletions

20
pages/report/index.scss Normal file
View File

@ -0,0 +1,20 @@
.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;
}
}
}