NEZ-806 style:修改首页 蜂窝告警颜色

This commit is contained in:
zhangyu
2021-07-05 16:41:16 +08:00
parent 42c5ac45d6
commit b1732cd538
2 changed files with 3 additions and 3 deletions

View File

@@ -118,8 +118,8 @@ export default {
const alert = item.alert[0]
if (alert.P1 > 0) {
return {
color: '#FAAFAF',
hoverColor: '#FFCDCD'
color: '#DA4D4D',
hoverColor: '#E87F7F'
}
} else if (alert.P2 > 0) {
return {