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