From 6a70eef0a2ecca191790735e0ef955c6db21a36f Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Thu, 26 Jun 2025 18:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=84=E8=A7=88=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index d968669..85b3047 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,7 @@ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; overflow-x: hidden; /* 只隐藏水平滚动条 */ overflow-y: auto; /* 允许垂直滚动 */ - background-color: #f5f7fa; + background-color: #f5f7fa00; } #app {