style: Network & App Performance 页面 tab 切换 去除图表边框

This commit is contained in:
@changcode
2022-02-11 11:10:05 +08:00
parent 7efa110f3b
commit 27d4eccc02
2 changed files with 9 additions and 1 deletions

View File

@@ -335,6 +335,15 @@
}
&>.el-tabs__content {
height: calc(100% - 40px);
.el-tab-pane {
.panel-chart {
border: none;
.chart-header,.cn-chart {
border: none;
}
}
}
}
}
&>.cn-chart__echarts {