fix:1. 折线图tooltip样式统一2.Network & App Performance 下钻参数调整

This commit is contained in:
@changcode
2022-08-24 18:18:28 +08:00
parent aee1bd3142
commit 45e47477f5
6 changed files with 57 additions and 52 deletions

View File

@@ -62,14 +62,21 @@
height: calc(100% - 41px);
width: 100%;
.echarts-tooltip.echarts-tooltip-dark {
.cn-chart-tooltip {
.cn-chart-body {
display: flex;
justify-content: space-between;
.cn-chart-tooltip-value.cn-chart-tooltip__color {
font-size: 12px;
color: #353636;
line-height: 21px;
font-weight: 600;
.cn-chart-tooltip {
display: flex;
flex-direction: column;
flex: 1;
.cn-chart-tooltip-box {
margin-right: 10px;
}
.cn-chart-tooltip-value.cn-chart-tooltip__color {
font-size: 12px;
color: #353636;
line-height: 21px;
font-weight: 600;
}
}
}
}