CN-272 feat:图表重构-柱状图、部分列表
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
&>.cn-chart {
|
||||
position: relative;
|
||||
border-radius: 2px;
|
||||
height: 100%;
|
||||
height: calc(100% - 47px);
|
||||
width: 100%;
|
||||
|
||||
.chart-drawing {
|
||||
|
||||
Reference in New Issue
Block a user