From 87f29cd163c918389efefebeae3ad2d161e754b8 Mon Sep 17 00:00:00 2001
From: limingtao <@ming_tao_li>
Date: Fri, 9 Aug 2024 10:29:07 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E6=8E=92=E6=9F=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/investigation-item2.vue | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/pages/investigation/components/investigation-item2.vue b/pages/investigation/components/investigation-item2.vue
index 114c5ab..a6b5eac 100644
--- a/pages/investigation/components/investigation-item2.vue
+++ b/pages/investigation/components/investigation-item2.vue
@@ -16,10 +16,11 @@
-
-
-
+
+
+
+
@@ -29,7 +30,7 @@
-
afterRead(e, item)"
@delete="(e) => deletePic(e, item)" name="1" :maxCount="10">
@@ -505,4 +506,10 @@
color: #2663bf;
}
}
+ .detail-item2 /deep/ .uni-forms-item__content {
+
+ text-align: left;
+
+ width: 100%;
+ }
\ No newline at end of file