From b1732cd538580afe599e8f9c86a8b4dd76d705ba Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 5 Jul 2021 16:41:16 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-806=20style=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=20=E8=9C=82=E7=AA=9D=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/overView/messageAsset.vue | 4 ++-- nezha-fronted/static/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/common/overView/messageAsset.vue b/nezha-fronted/src/components/common/overView/messageAsset.vue index 65829d8d0..ece748218 100644 --- a/nezha-fronted/src/components/common/overView/messageAsset.vue +++ b/nezha-fronted/src/components/common/overView/messageAsset.vue @@ -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 { diff --git a/nezha-fronted/static/config.json b/nezha-fronted/static/config.json index 864f961ff..5f74f5d01 100644 --- a/nezha-fronted/static/config.json +++ b/nezha-fronted/static/config.json @@ -1 +1 @@ -{"baseUrl":"http://192.168.40.42:8080/nz-admin/", "version": "21.04"} +{"baseUrl":"/", "version": "21.04"}