Prechádzať zdrojové kódy

feat:banner比例调整

songzhen 2 mesiacov pred
rodič
commit
509ea8c203
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>