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

View File

@ -0,0 +1,16 @@
.charts-box {
width: 100%;
height: 300px;
padding: 0 15px;
box-sizing: border-box;
.chartTypeSelector {
display: flex;
justify-content: flex-end;
align-items: center;
column-gap: 18px;
.typeIcon {
width: 16px;
height: 14px;
}
}
}