fix:DNS下钻表格的流入流出查询次数百分比图显示,在0%的时候仍然有显示

This commit is contained in:
hyx
2022-11-21 18:34:07 +08:00
parent 248075cd81
commit d5298347d8

View File

@@ -32,13 +32,11 @@
.div-yellow { .div-yellow {
height: 12px; height: 12px;
background: #e5a219; background: #e5a219;
border: 1px solid #e5a219;
border-left: none; border-left: none;
} }
.div-green { .div-green {
height: 12px; height: 12px;
background: #749f4d; background: #749f4d;
border: 1px solid #749f4d;
border-right: none; border-right: none;
} }
} }