From 79a719e7ffb827c9d8b579591ffa5c1767c578b8 Mon Sep 17 00:00:00 2001 From: yeliang-king <2244255345@qq.com> Date: Mon, 18 Apr 2022 09:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=A8=AA=E5=90=91=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/goodsDetail/ShowGoodsDetail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index 862e59e9..bf3f2e49 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -221,6 +221,7 @@ export default { margin: 15px auto; display: flex; overflow: scroll; + overflow-x: hidden; flex-direction: row; }