From 0fce5d7a7be6cdf179d08b4e6ff802a44eb2ba31 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 27 十二月 2023 16:40:56 +0800
Subject: [PATCH] 密码修改对话框修改,密码修改原密码传参修改

---
 Source/UBCS-WEB/src/views/integration/integrationIndex.vue |   45 ++++++++++++++++++++++-----------------------
 1 files changed, 22 insertions(+), 23 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/integration/integrationIndex.vue b/Source/UBCS-WEB/src/views/integration/integrationIndex.vue
index 2896931..b461465 100644
--- a/Source/UBCS-WEB/src/views/integration/integrationIndex.vue
+++ b/Source/UBCS-WEB/src/views/integration/integrationIndex.vue
@@ -425,28 +425,27 @@
 }
 </script>
 <style lang="scss" scoped>
-.setstyle {
-  min-height: 200px;
-  padding: 0 !important;
-  margin: 0;
-  overflow: auto;
-  cursor: default !important;
-}
+  .setstyle {
+    min-height: 200px;
+    padding: 0 !important;
+    margin: 0;
+    overflow: auto;
+    cursor: default !important;
+  }
 
-::v-deep(.el-transfer-panel__list) {
-  width: 100%;
-  height: 370px;
-}
-
-::v-deep(.el-transfer-panel__body) {
-  height: 370px;
-}
-
-::v-deep(.el-input) {
-  width: auto;
-}
-
-::v-deep(.el-transfer-panel) {
-  width: 270px;
-}
+  ::v-deep{
+    .el-transfer-panel__list {
+      width: 100%;
+      height: 370px;
+    }
+    .el-transfer-panel__body {
+      height: 370px;
+    }
+    .el-input {
+      width: auto;
+    }
+    .el-transfer-panel {
+      width: 270px;
+    }
+  }
 </style>

--
Gitblit v1.9.3