feat: 初始化
This commit is contained in:
16
pages/components/overviewChart/index.scss
Normal file
16
pages/components/overviewChart/index.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user