lxf преди 1 седмица
родител
ревизия
5edd8edfee
променени са 2 файла, в които са добавени 4 реда и са изтрити 8 реда
  1. 1 1
      src/views/old_mini/agri_record/subPages/statusDetail.vue
  2. 3 7
      src/views/old_mini/interactionList/index.vue

+ 1 - 1
src/views/old_mini/agri_record/subPages/statusDetail.vue

@@ -705,7 +705,7 @@ const handleShowQrCodePopup = (type) => {
         .example {
             width: calc((100vw - 68px) / 3);
             height: calc((100vw - 68px) / 3);
-            margin-right: 12px;
+            margin-right: 8px;
         }
     }
 

+ 3 - 7
src/views/old_mini/interactionList/index.vue

@@ -35,7 +35,6 @@
 
                     <upload exampleImg>
                         <div class="upload-example">
-                            <img class="example" src="@/assets/img/home/example-4.png" alt="" />
                             <img class="example" src="@/assets/img/home/plus.png" alt="" />
                         </div>
                     </upload>
@@ -318,12 +317,9 @@ const getFarmList = async () => {
         align-items: center;
 
         .example {
-            width: 80px;
-            height: 80px;
-        }
-
-        .example+.example {
-            margin-left: 12px;
+            width: calc((100vw - 68px) / 3);
+            height: calc((100vw - 68px) / 3);
+            margin-right: 8px;
         }
     }