From d9461a1740bbc5d8d03258e4db0722aa9655d712 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期日, 07 四月 2024 08:34:00 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue b/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
index e19b826..27716e4 100644
--- a/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
+++ b/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
@@ -14,16 +14,12 @@
       <zt-form-item label="妫�绱㈠叧閿瓧" prop="contentType">
         <el-input v-model="dataForm.contentType"></el-input>
       </zt-form-item>
-      <div class="el-flex img-src" style="height: 20px">
-        <el-form-item class="marginTopAndMarginBottom" style="width: 100%">
-          <!--<config-uploader :lineHeight="true" busi-type="sys_picture" model-name="dataForm" :dataForm="dataForm"
-                           v-model="dataForm.files"/>-->
+        <zt-form-item>
           <el-upload :limit="1" :http-request="httpRequest" :before-upload="beforeUpload" :on-exceed="handleExceed">
             <el-button slot="trigger" size="small" type="primary">閫夊彇鏂囦欢</el-button>
           </el-upload>
           <el-image v-if="dataForm.id" :src="url+dataForm.id" style="height: 50px;width: 50px"></el-image>
-        </el-form-item>
-      </div>
+        </zt-form-item>
     </el-form>
   </zt-dialog>
 </template>
@@ -121,4 +117,7 @@
     margin-top: 10px !important;
     margin-bottom: 0 !important;
   }
+  /*.zt .el-dialog .el-dialog__body .el-form {
+    min-height: 310px !important;
+  }*/
 </style>

--
Gitblit v1.9.1