CN-272 feat:图表重构-柱状图、部分列表

This commit is contained in:
zhangyu
2022-01-20 17:54:36 +08:00
parent 459172fd46
commit 45c5e38a91
11 changed files with 355 additions and 5 deletions

View File

@@ -119,7 +119,7 @@
border: 1px solid #E7EAED;
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
border-radius: 2px;
height: 100%;
height: calc(100% - 47px);
width: 100%;
.chart-drawing {

View File

@@ -1,5 +1,6 @@
.chart-ip-open-port-bar {
display: flex;
height: 100%;
.el-table--border td{
border: none !important;
}
@@ -19,6 +20,9 @@
font-size: 12px;
font-weight: bold;
}
.chart-drawing{
height: calc(100% - 36px) !important;
}
}
}

View File

@@ -199,7 +199,7 @@
&>.cn-chart {
position: relative;
border-radius: 2px;
height: 100%;
height: calc(100% - 47px);
width: 100%;
.chart-drawing {