Browse Source

feature_20260108_陈列奖励案任务合并

zhujindu 3 days ago
parent
commit
ef3f01eeba

+ 2 - 2
src/components/deleteUploadImgTaskPhoto.vue

@@ -159,14 +159,14 @@ export default {
 }
 .addImg {
   width: 100%;
-  height: 80px;
+  height: 88px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .imgview {
   width: 100%;
-  height: 80px;
+  height: 88px;
   position: relative;
   display: inline-block;
   i {

+ 9 - 7
src/views/deviceWithin/taskPhotoTaking.vue

@@ -26,7 +26,7 @@
                   <!-- <span v-if="item.isMust == 0" class="van-f-red">*</span> -->
                   <div class="headline">
                     <span class="headlineIcon"></span>
-                    <span class="headlineTitle">上传照片</span>
+                    <span class="headlineTitle">陈列照片</span>
                   </div>
                   <!-- 操作说明图片和电话 -->
                   <taskTips
@@ -232,7 +232,7 @@ export default {
     }
     .formLabel {
       // margin-left: 20px;
-      border-bottom: 1px solid #f1f1f1;
+      // border-bottom: 1px solid #f1f1f1;
     }
     .formLabel .van-cell {
       padding: 10px 0;
@@ -279,9 +279,11 @@ export default {
       }
       .headlineTitle {
         display: inline-block;
-        padding: 8px 20px;
+        padding: 0px 20px;
         background: #eef5ff;
-        border-radius: 0 20px 20px 0;
+        border-radius: 0 18px 18px 0;
+        height: 36px;
+        line-height: 36px;
       }
     }
   }
@@ -292,18 +294,18 @@ export default {
     background: #fff;
     .dataItem {
       display: flex;
-      border-radius: 6px;
+      // border-radius: 6px;
       flex-direction: row;
       margin-bottom: 10px;
       // padding: 10px;
       font-size: 16px;
-      padding-left: 20px;
+      margin-left: 20px;
+      border-bottom: 1px solid #e2e1e1;
       .itemIndex {
       }
       .itemTop {
         flex: 1;
         overflow: hidden;
-        border-bottom: 1px solid #a7a5a5;
         padding-bottom: 10px;
         .itemHtml {
           overflow-x: auto;