From c9b93fd0a360be13ae31293b6412897e64c263b0 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 28 Jul 2020 11:45:37 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=89=80=E6=9C=89=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=8F=AF=E4=BB=A5=E6=8E=92=E5=BA=8F=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=82=B9=E5=87=BB=E8=A1=A8=E5=A4=B4=E5=8F=AA=E5=9C=A8?= =?UTF-8?q?=E6=AD=A3=E5=BA=8F=E5=80=92=E5=BA=8F=E5=88=87=E6=8D=A2=20style?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E6=94=B9=E7=AE=AD=E5=A4=B4=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0assetlabel=E7=9A=84=E6=B0=94=E6=B3=A1?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 2 +- .../components/common/alert/alertLabel.vue | 101 +++++++++++++++--- .../src/components/page/config/account.vue | 1 + .../src/components/page/config/mib.vue | 3 +- .../src/components/page/config/model.vue | 3 +- .../components/page/config/operationlog.vue | 1 + .../src/components/page/config/promServer.vue | 3 +- .../components/page/config/terminallog.vue | 1 + .../src/components/page/project/project.vue | 1 + 9 files changed, 97 insertions(+), 19 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 17d3d3eba..b7a612811 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -835,7 +835,7 @@ li{ border-top-color: #ebeef5; } .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow { /*覆盖tooltip小三角颜色*/ - border-top-color: #ebeef5; + border-right-color: #ebeef5; } .el-table .el-table__body tr:hover>td { background-color: #f0f0f0; diff --git a/nezha-fronted/src/components/common/alert/alertLabel.vue b/nezha-fronted/src/components/common/alert/alertLabel.vue index a1e60c96d..ac0ab7a2c 100644 --- a/nezha-fronted/src/components/common/alert/alertLabel.vue +++ b/nezha-fronted/src/components/common/alert/alertLabel.vue @@ -1,16 +1,60 @@