From dbb96a5ef5298239d87d5d96416a22453b79fbc5 Mon Sep 17 00:00:00 2001 From: ylx252 Date: Wed, 6 Sep 2023 11:07:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.=20=E4=BF=AE=E5=A4=8D=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=B5=8F=E8=A7=88=E5=99=A8=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?css=E6=97=A0=E6=95=88=20(#270)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: xing.huang --- index.html | 18 +++++++++++++++++- src/App.vue | 12 ------------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index e5c9b930..6c3d90e1 100644 --- a/index.html +++ b/index.html @@ -10,12 +10,28 @@ - + + + <%- APP_TITLE %> + diff --git a/src/App.vue b/src/App.vue index 54eaf897..91391ed5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,16 +15,4 @@ svg { .vue-waterfall-easy-scroll { overflow: inherit !important; } -*::-webkit-scrollbar { - width: 6px; - height: 6px; -} -*::-webkit-scrollbar-thumb { - border-radius: 8px; - background: rgba(0, 0, 0, 0.2); -} -*::-webkit-scrollbar-track { - border-radius: 0; - background: rgba(0, 0, 0, 0.1); -}