lxf 1 неделя назад
Родитель
Сommit
5edd8edfee

+ 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;
         }
     }