feat:type 22 (30%)

This commit is contained in:
zhangyu
2022-01-20 15:39:52 +08:00
parent d693452195
commit 086c35d174
12 changed files with 241 additions and 10 deletions

View File

@@ -19,4 +19,5 @@
@import './views/entityExplorer/entityList/row';
@import 'views/entityExplorer/entityList/detail-overview';
@import './views/charts/panel';
@import 'views/charts/ChartIpOpenPortBar';
//@import '../chart';

View File

@@ -0,0 +1,24 @@
.chart-ip-open-port-bar {
display: flex;
.el-table--border td{
border: none !important;
}
.el-table--border th{
border-right: none !important;
}
.chart-box{
width: 30%;
height: 100%;
border: 1px solid #EBEEF5;
>.title{
height: 36px;
line-height: 36px;
box-sizing: border-box;
padding: 0 10px;
color: #909399;
font-size: 12px;
font-weight: bold;
}
}
}

View File

@@ -345,7 +345,9 @@
border-left: 5px solid #aeaeae;
}
}
.nz-chart-tooltip{
border-color: transparent !important;
}
.nz-chart-tooltip .cn-chart-tooltip-box{
display: flex;
.cn-chart-tooltip-content{