From 7874931b1fd46d96b521e4e198d1a8e35cbe2d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 8 Jul 2022 11:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9win=E4=B8=8A=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=AF=A6=E6=83=85=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/goodsDetail/ShowGoodsDetail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index dd8f7ce2..c0ad6099 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -225,7 +225,6 @@ export default { width: 1200px; margin: 15px auto; display: flex; - overflow: scroll; overflow-x: hidden; flex-direction: row; @@ -310,6 +309,9 @@ export default { .item-intro-img { width: 100%; min-height: 300px; + /deep/ img{ + margin:0 auto; + } } .item-intro-img img{ max-width: 1000px;