@@ -103,7 +103,7 @@
<swiper-slide v-for="(item, index) in boxs" :key="index">
<van-image
width="100%"
- height="170"
+ height="130"
:src="getImg(item, '', 1000)"
fit="cover"
radius="12"
@@ -1006,7 +1006,7 @@ export default {
.detail-swiper {
.swiper-slide {
- width: 170px;
+ width: 130px;
}
</style>