CN-361 fix: 域名下拉异常

This commit is contained in:
chenjinsong
2022-03-10 23:23:26 +08:00
parent 70996eaabb
commit 71781bda5f
10 changed files with 69 additions and 76 deletions

View File

@@ -62,6 +62,10 @@
align-items: center;
flex-wrap: wrap;
&>div {
margin-bottom: 4px;
}
.cn-alarm-info-bottom-middle {
display: flex;
margin-left: 20px;
@@ -147,4 +151,4 @@
height: 40px !important;
width: 100%;
}
}
}

View File

@@ -3,7 +3,6 @@
.chart-list {
.vue-grid-layout>.vue-grid-item {
.cn-chart {
height: 100% !important;
.cn-chart__echarts {
display: flex;
flex-direction: column;

View File

@@ -67,7 +67,7 @@
.content__data {
padding-bottom: 7%;
font-size: 24px;
font-size: 20px;
color: #333333;
font-weight: bold;
}
@@ -345,4 +345,4 @@
}
}
}
}
}

View File

@@ -213,7 +213,8 @@
&>.cn-chart {
position: relative;
border-radius: 2px;
height: 100%;
flex-grow: 1;
overflow: auto;
width: 100%;
.chart-drawing {
height: 100%;