Files

17 lines
254 B
SCSS
Raw Permalink Normal View History

2025-07-07 16:05:18 +08:00
.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;
}
}
}