CaoGQ123 4 өдөр өмнө
parent
commit
0da8634528

+ 3 - 3
src/views/advertise/advertiseList.vue

@@ -930,13 +930,13 @@ export default {
 
     .adImage {
         width: 140px;
-        height: 140px;
+        height: 140px;overflow:hidden;
         // line-height: 210px;
         border-radius: 12px;
         border: 1px solid rgba(85, 112, 241, 0.11);
 
-        img {
-            width: 140px;
+        img {display:block;
+            width:100%;height:100%;
             // height: 80px;
         }
     }