浏览代码

样式修改

duy 1 月之前
父节点
当前提交
7b514e92fd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/plugins/table-form/hc-form-upload.vue

+ 2 - 2
src/components/plugins/table-form/hc-form-upload.vue

@@ -43,7 +43,7 @@
         <el-dialog 
             v-model="previewVisible" 
             title="图片预览" 
-            :width="dialogWidth"
+           
             :before-close="handleClose"
             class="hc-modal-border"
         >
@@ -114,7 +114,7 @@ const confirmLoading = ref(false)
 const previewVisible = ref(false)
 const previewSrc = ref('')
 const rotation = ref(0)
-const dialogWidth = ref('80%')
+const dialogWidth = ref('65%')
 const rotatedBlob = ref(null)
 
 const action = '/api/blade-manager/exceltab/add-buss-imginfo'