From cf4de0a3f218b79d49b05450ca0fc4527c2fa78e Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期三, 22 二月 2023 17:15:55 +0800
Subject: [PATCH] 修改数据管理弹框按钮样式

---
 src/views/datamanage/styleManage.vue |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/src/views/datamanage/styleManage.vue b/src/views/datamanage/styleManage.vue
index 2d9714a..3ec4b7a 100644
--- a/src/views/datamanage/styleManage.vue
+++ b/src/views/datamanage/styleManage.vue
@@ -164,10 +164,9 @@
         </div>
         </div>
      
-    
+    <div class="infoBox_box" v-show="showinfoBox">
     <div
       class="infoBox subpage_Div box_div"
-      v-show="showinfoBox"
     >
 
       <div
@@ -267,14 +266,15 @@
       </div>
 
     </div>
+    </div>
     <el-dialog
       :title="$t('dataManage.styleObj.modifyStyleData')"
-      top="2vh"
-      style="overflow: hidden"
+     top="2vh"
       :before-close="removeUpdate"
       :visible.sync="dialogFormVisible"
     >
-      <el-form :model="upform">
+    <div style="height: 500px; overflow: auto">
+      <el-form :model="upform" label-position="top">
         <el-form-item
           :label="$t('dataManage.styleObj.name')"
           :label-width="formLabelWidth"
@@ -548,6 +548,7 @@
           ></el-input>
         </el-form-item>
       </el-form>
+      </div>
       <div
         slot="footer"
         class="dialog-footer"
@@ -566,12 +567,13 @@
     </el-dialog>
     <el-dialog
       :title="$t('dataManage.styleObj.addStyleData')"
-      top="2vh"
-      style="overflow: hidden"
+    
+    top="2vh"
       :visible.sync="InsertFormdialog"
       :before-close="handleClose"
     >
-      <el-form :model="insertform">
+     <div style="height: 500px; overflow: auto">
+      <el-form :model="insertform" label-position="top">
         <el-form-item
           :label="$t('dataManage.styleObj.name')"
           :label-width="formLabelWidth"
@@ -841,6 +843,7 @@
           ></el-input>
         </el-form-item>
       </el-form>
+       </div>
       <div
         slot="footer"
         class="dialog-footer"

--
Gitblit v1.9.3