style: Network Overview 的 DDos Detection字体颜色错误

This commit is contained in:
changcode
2022-12-05 14:39:46 +08:00
parent abdcdeda08
commit 3aaa0b9d99
2 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,9 @@
font-weight: 400;
margin-bottom: 12px;
}
.ddos-detection-type-value-number.ddos-event {
color: #E48F3E;
}
.ddos-detection-type-value-number {
font-size: 18px;
color: #E26154;

View File

@@ -19,7 +19,7 @@
</div>
<div class="ddos-detection-type-value">
<div class="ddos-detection-type-value-name">{{$t('network.number0fDetectedAttackEvents')}}</div>
<div class="ddos-detection-type-value-number">{{$_.get(ddosData, 'attackEventCount') || 0}}</div>
<div class="ddos-detection-type-value-number ddos-event">{{$_.get(ddosData, 'attackEventCount') || 0}}</div>
</div>
</div>
<el-button size="small">{{$t('network.ddosDetection')}}<i class="cn-icon cn-icon-arrow-right"></i></el-button>