详情页图片大小调整
This commit is contained in:
parent
940c839c79
commit
b54d2254ab
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user