diff --git a/pages/index/detail.vue b/pages/index/detail.vue
index a2a6ac2..c5ea094 100644
--- a/pages/index/detail.vue
+++ b/pages/index/detail.vue
@@ -772,7 +772,7 @@
display: flex;
justify-content: flex-end;
position: absolute;
- right: -0px;
+ right: -2px;
bottom: -44px;
.btn {
@@ -783,9 +783,10 @@
align-items: center;
// width: 132px;
min-width: 72rpx;
- padding: 10rpx;
- margin: 10rpx;
+ padding: 10rpx 14rpx;
+ margin: 10rpx ;
border-radius: 4rpx;
+ font-size: 30rpx;
}
}
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