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 @@