From e6bbee167bac9b9f94158a1738f49ac97a01a1e5 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 1 Nov 2024 13:55:45 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element.scss | 2 +- .../device/control/analysisList/popup.vue | 44 ++++++------- .../control/offLineDataImport/index.vue | 64 ++++++++----------- src/views/govern/device/planData/index.vue | 19 ++++-- 4 files changed, 59 insertions(+), 70 deletions(-) diff --git a/src/styles/element.scss b/src/styles/element.scss index 7a9bfb2..d179a59 100644 --- a/src/styles/element.scss +++ b/src/styles/element.scss @@ -233,5 +233,5 @@ //解决打开dialog body容器宽度变为 calc(100% - 8px)问题 .el-popup-parent--hidden{ - width: 100%; + width: 100% !important; } \ No newline at end of file diff --git a/src/views/govern/device/control/analysisList/popup.vue b/src/views/govern/device/control/analysisList/popup.vue index 3a01c81..a5591e7 100644 --- a/src/views/govern/device/control/analysisList/popup.vue +++ b/src/views/govern/device/control/analysisList/popup.vue @@ -1,37 +1,38 @@ - - - - - - - - 未解析 - 解析成功 - 解析失败 - 文件不存在 - - - + + + + + + + + + 未解析 + 解析成功 + 解析失败 + 文件不存在 + + + +