From 89e5c5a3fe8166372356eb7d16db7f09448502a5 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 25 May 2023 16:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E5=B8=83=E5=B1=80=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 34 ++++++++++++++++++---------------- src/assets/index.css | 7 ------- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8917f5a6..3528ec4a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,18 @@ diff --git a/src/assets/index.css b/src/assets/index.css index 7294e1db..3602f2a6 100644 --- a/src/assets/index.css +++ b/src/assets/index.css @@ -2,13 +2,6 @@ @import url("themes/default.css"); @import url("themes/dark.css"); -/* - * @description 让滚动条在内侧显示 - * @since Alpha v0.1.0 - */ -html { - overflow: overlay; -} /* * @description 侧边滚动条样式 * @since Alpha v0.1.3