From 7b0ec06a0574ee6b00acfc98bfcc8434be4d8b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Wed, 23 Aug 2023 16:17:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E4=BD=93=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=BA=95=E9=83=A8loading=E9=83=A8=E5=88=86=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B8=8E=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/components/views/entityExplorer/entity-explorer.scss | 3 +++ src/views/entityExplorer/EntityExplorer.vue | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/css/components/views/entityExplorer/entity-explorer.scss b/src/assets/css/components/views/entityExplorer/entity-explorer.scss index aa083e75..d8eddd4a 100644 --- a/src/assets/css/components/views/entityExplorer/entity-explorer.scss +++ b/src/assets/css/components/views/entityExplorer/entity-explorer.scss @@ -159,6 +159,9 @@ .right-label-loading { position: relative; + .chart__loading { + width: auto; + } .chart__loading i.el-icon-loading { padding: 0; top: calc(50% - 8px); diff --git a/src/views/entityExplorer/EntityExplorer.vue b/src/views/entityExplorer/EntityExplorer.vue index 68282b93..202f7031 100644 --- a/src/views/entityExplorer/EntityExplorer.vue +++ b/src/views/entityExplorer/EntityExplorer.vue @@ -62,7 +62,6 @@