From 4108e68927ae78b0286da24f3ff13800e7da94ac Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 2 Jun 2021 19:22:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(fix):=E5=89=8D=E7=AB=AF=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/index.vue | 2 +- frontend/src/views/dataset/index.vue | 4 +- frontend/src/views/panel/list/PanelList.vue | 2 +- frontend/src/views/panel/list/PanelMain.vue | 6 +- .../src/views/panel/list/PanelViewShow.vue | 66 +++++++++---------- 5 files changed, 42 insertions(+), 38 deletions(-) diff --git a/frontend/src/views/chart/index.vue b/frontend/src/views/chart/index.vue index 4047c86112..df5e2c6de1 100644 --- a/frontend/src/views/chart/index.vue +++ b/frontend/src/views/chart/index.vue @@ -53,7 +53,7 @@ export default { diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index de9b7c46da..52f38538e4 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -1,5 +1,5 @@