NEZ-806 style:修改首页 蜂窝告警颜色
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user