network overview表格:对总量列中的趋势图表样式进行调整

This commit is contained in:
hanyuxia
2022-08-09 15:35:36 +08:00
parent c82ebcacce
commit 592517fd0c
3 changed files with 16 additions and 15 deletions

View File

@@ -30,22 +30,23 @@
margin-top: 2px;
border-radius: 10px;
font-weight:500;
padding:0px 9px;
span {
width: max-content;
}
}
.data-total-trend-black {
background-color: rgba(113,113,113,0.12);
color: #717171;
width: 36px;
height: 20px;
}
.data-total-trend-green {
background-color: rgba(126,159,84,0.12);
width: 52px;
height: 20px;
color:#7E9F54;
}
.data-total-trend-red {
background-color: rgba(226,97,84,0.12);
width: 52px;
height: 20px;
color:#E26154;
.cn-icon-rise1{