From 265dd1f66e3c030bbfae1ce37d96bd5b5a42e697 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Mon, 08 Jan 2024 11:27:14 +0800
Subject: [PATCH] 取保候审优化

---
 src/views/task/reportForRepairs.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/task/reportForRepairs.vue b/src/views/task/reportForRepairs.vue
index 1ca0cf4..bfe4493 100644
--- a/src/views/task/reportForRepairs.vue
+++ b/src/views/task/reportForRepairs.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-12-14 17:10:00
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-01-05 15:46:34
+ * @LastEditTime: 2024-01-06 15:01:25
  * @FilePath: \jczz_web\src\views\task\reportForRepairs.vue
  * @Description:
  *
@@ -225,7 +225,7 @@
                     },
 
                     {
-                        width: 160,
+                        width: 110,
                         label: "图片",
                         prop: "imageUrls",
                         type: "upload",
@@ -246,7 +246,7 @@
                         overHidden: true
                     },
                     {
-                        width: 120,
+                        width: 100,
                         addDisplay: false,
                         editDisplay: false,
                         slot: true,
@@ -329,10 +329,10 @@
                 },
 
                 {
+                    width: 110,
                     fileType: 'img',
                     label: "图片",
                     prop: "imageList",
-                    width: 80,
                     type: "upload",
                     listType: "picture-card",
                     dataType: "string",

--
Gitblit v1.9.3