Browse Source

feature_20260108_陈列奖励案任务合并

zhujindu 3 ngày trước cách đây
mục cha
commit
1d0899df35

+ 2 - 2
src/components/deleteUploadImgTaskPhoto.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="deleteUploadImgTaskPhoto">
     <van-row gutter="10">
-      <van-col span="6" style="background: #f5f5f5" v-if="insert == '1'">
+      <van-col span="6" style="" v-if="insert == '1'">
         <div class="addImg">
           <uploadVNormalTaskPhoto
             :imgArr="imgs"
@@ -158,11 +158,11 @@ export default {
   margin-left: 20px;
 }
 .addImg {
-  width: 100%;
   height: 88px;
   display: flex;
   align-items: center;
   justify-content: center;
+  background: #f5f5f5;
 }
 .imgview {
   width: 100%;

+ 2 - 2
src/views/deviceWithin/taskPhotoTaking.vue

@@ -318,11 +318,11 @@ export default {
       }
       .itemBottom {
         align-items: center;
-        width: 40px;
+        width: 35px;
         margin-left: 5px;
         img {
           width: 100%;
-          height: 33px;
+          height: 30px;
         }
       }
     }