From a8f2f73b05ca8f70e5cf607ef2b335f6989a23c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A7=91=E6=96=87?= <2731938298@qq.com> Date: Fri, 25 Apr 2025 16:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=B5=8B=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superMarket-frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superMarket-frontend/src/App.vue b/superMarket-frontend/src/App.vue index cf4a3ca..8a9b51c 100644 --- a/superMarket-frontend/src/App.vue +++ b/superMarket-frontend/src/App.vue @@ -11,7 +11,7 @@ /* 定义样式部分 */ body,html { /* 设置body和html元素的样式 */ - + overflow-x: hidden; /* 禁止页面横向滚动 */ } \ No newline at end of file