pengjing преди 5 месеца
родител
ревизия
c5c0201227
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      h5app/src/components/bImage.vue

+ 3 - 1
h5app/src/components/bImage.vue

@@ -173,7 +173,8 @@ export default defineComponent({
     width: 25%;
     position: relative;
     padding: 0 5px;
-    height: 80px;
+    margin: 3px 0;
+    height: 73px;
 
     img {
       height: 100%;
@@ -193,6 +194,7 @@ export default defineComponent({
       --box-shadow: 0px;
       height: 73px;
       width: 75px;
+      margin: 0px;
     }
   }
 }