Explorar o código

feat:banner比例调整

songzhen hai 2 meses
pai
achega
509ea8c203
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Home/Banner.vue

+ 1 - 1
src/components/Home/Banner.vue

@@ -6,7 +6,7 @@
   >
     <van-swipe-item v-for="item in bannerList" :key="item.id">
       <img
-        class="object-cover w-full aspect-[351/194] rounded-xl"
+        class="object-cover w-full aspect-[1053/612] rounded-xl"
         :src="item.imgUrlsAfterConvert[0]"
       />
     </van-swipe-item>