From d09341603b5d86b6cca017f600b9214fdbee2e3c 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:37:22 +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 8a9b51c..cf4a3ca 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