详情页图片大小调整

This commit is contained in:
huangchenhao 2025-11-14 14:26:26 +08:00
parent 940c839c79
commit b54d2254ab

View File

@ -110,8 +110,8 @@
v-for="(item) in detailData.photos" v-for="(item) in detailData.photos"
:key="item.id" :key="item.id"
style=" style="
width: 180px; width: 100px;
height: 180px; height: 100px;
margin: 10px; margin: 10px;
" "
:src="item.photoUrl" :src="item.photoUrl"