fix: 修复 echarts 部分问题,完善部分功能
This commit is contained in:
@@ -2,6 +2,25 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
border: 1px solid #E2E5EC;
|
||||
border-radius: 4px;
|
||||
.chart-drawing {
|
||||
div:nth-of-type(2) {
|
||||
.cn-chart-tooltip {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.cn-chart-tooltip-box {
|
||||
.cn-chart-tooltip__color.cn-chart-tooltip-value {
|
||||
font-family: NotoSansHans-Medium;
|
||||
font-size: 12px;
|
||||
color: #353636;
|
||||
line-height: 12px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#chart {
|
||||
width: 1288px;
|
||||
height: 340px;
|
||||
|
||||
Reference in New Issue
Block a user