详情页图片大小调整
This commit is contained in:
parent
940c839c79
commit
b54d2254ab
@ -110,8 +110,8 @@
|
||||
v-for="(item) in detailData.photos"
|
||||
:key="item.id"
|
||||
style="
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
margin: 10px;
|
||||
"
|
||||
:src="item.photoUrl"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user