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 {

View File

@@ -1 +1 @@
{"baseUrl":"http://192.168.40.42:8080/nz-admin/", "version": "21.04"}
{"baseUrl":"/", "version": "21.04"}