From b4d38263e4986eb1471637d5398dc18c3fb08e5c Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 1 Jun 2020 20:47:36 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-290=20feat:=20panel-alertList=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4=E3=80=81resize=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 2 +- .../components/charts/chart-alert-list.vue | 880 +++++++++--------- .../components/charts/chart-asset-info.vue | 8 +- .../src/components/charts/chart-list.vue | 1 + .../src/components/charts/chart.scss | 7 +- .../components/charts/line-chart-block.vue | 4 +- nezha-fronted/src/tools.js | 6 - 7 files changed, 445 insertions(+), 463 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index caba2c148..b5f7f1de0 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -726,7 +726,7 @@ li{ .nz-table .el-table__virtual-wrapper { width: 100% !important; } -.chart-table .nz-table td { +.chart-table .nz-table td, .chart-alert-info .nz-table td { background-color: white; } .nz-table td { diff --git a/nezha-fronted/src/components/charts/chart-alert-list.vue b/nezha-fronted/src/components/charts/chart-alert-list.vue index 1c17c3470..e2030fcde 100644 --- a/nezha-fronted/src/components/charts/chart-alert-list.vue +++ b/nezha-fronted/src/components/charts/chart-alert-list.vue @@ -1,22 +1,12 @@ -