修改win上商品详情展示优化

master
lemon橪 2022-07-08 11:48:12 +08:00
parent c3b3e7bb61
commit 7874931b1f
1 changed files with 3 additions and 1 deletions

View File

@ -225,7 +225,6 @@ export default {
width: 1200px; width: 1200px;
margin: 15px auto; margin: 15px auto;
display: flex; display: flex;
overflow: scroll;
overflow-x: hidden; overflow-x: hidden;
flex-direction: row; flex-direction: row;
@ -310,6 +309,9 @@ export default {
.item-intro-img { .item-intro-img {
width: 100%; width: 100%;
min-height: 300px; min-height: 300px;
/deep/ img{
margin:0 auto;
}
} }
.item-intro-img img{ .item-intro-img img{
max-width: 1000px; max-width: 1000px;