fix: 一系列优化和调整:左侧筛选空串处理、下拉增加网络质量和链路、app风险等级映射
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
.chart-list {
|
||||
.vue-grid-layout > .vue-grid-item {
|
||||
.cn-chart {
|
||||
.app-detail__related-domain {
|
||||
.app-detail__related-domain {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
.related-domain__list {
|
||||
.related-domain__list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 0 0 25%;
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.chart-drawing{
|
||||
/*.chart-drawing{
|
||||
height: calc(100% - 36px) !important;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
.cn-chart__body.pie-with-table {
|
||||
flex-basis: 40%;
|
||||
|
||||
@@ -14,6 +14,11 @@
|
||||
.single-value__content {
|
||||
.content__data {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
.single-value__unit {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
.content__title {
|
||||
font-size: 12px;
|
||||
|
||||
@@ -11,6 +11,12 @@
|
||||
width: 550px;
|
||||
height: 350px;
|
||||
|
||||
&.overview-map--ip {
|
||||
height: 300px;
|
||||
}
|
||||
&.overview-map--app {
|
||||
height: 325px;
|
||||
}
|
||||
.cn-chart {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -128,11 +134,11 @@
|
||||
border-radius: 4px;
|
||||
|
||||
.tag__value {
|
||||
padding-right: 5px;
|
||||
color: #3976CB;
|
||||
font-weight: bold;
|
||||
}
|
||||
.tag__desc {
|
||||
padding-right: 5px;
|
||||
color: #3976CB;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user