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 1/2] =?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
From cb3651494c165f893e60f243fe397a3015cf303c Mon Sep 17 00:00:00 2001
From: limingtao <@ming_tao_li>
Date: Fri, 9 Aug 2024 10:38:40 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=8E=92=E6=9F=A5?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/detail.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pages/index/detail.vue b/pages/index/detail.vue
index a931e84..275be93 100644
--- a/pages/index/detail.vue
+++ b/pages/index/detail.vue
@@ -755,7 +755,7 @@
display: flex;
justify-content: flex-end;
position: absolute;
- right: -0px;
+ right: -2px;
bottom: -44px;
.btn {
@@ -766,9 +766,10 @@
align-items: center;
// width: 132px;
min-width: 72rpx;
- padding: 10rpx;
- margin: 10rpx;
+ padding: 10rpx 14rpx;
+ margin: 10rpx ;
border-radius: 4rpx;
+ font-size: 30rpx;
}
}