style: 网络概况部分样式调整

This commit is contained in:
@changcode
2022-08-02 17:43:18 +08:00
parent 0b837ab534
commit 407b847eb4
2 changed files with 3 additions and 3 deletions

View File

@@ -54,6 +54,7 @@
border: 1px solid #E2E5EC;
border-radius: 4px;
display: flex;
height: 100px;
flex-direction: column;
&.app-card--create {

View File

@@ -5,9 +5,9 @@
border: 1px solid #E2E5EC;
border-radius: 4px;
.chart-drawing {
height: 100%;
height: 80%;
width: 100%;
z-index: 0;
top: 70px;
.echarts-tooltip.echarts-tooltip-dark {
.cn-chart-tooltip {
display: flex;
@@ -72,7 +72,6 @@
border-radius: 4px 0 0 0;
background: #046ECA;
top: 0;
z-index: 1;
transition: all linear .2s;
}
.line-value {