From 93fa5ac2cd1428d56224a2341c84e98ada79e58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=B7=9E?= Date: Tue, 29 Jun 2021 17:53:17 +0800 Subject: [PATCH] =?UTF-8?q?'=E9=A1=B5=E9=9D=A2=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global.less | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/global.less b/src/global.less index 0bb056f..bae7cf0 100644 --- a/src/global.less +++ b/src/global.less @@ -1,7 +1,16 @@ // @app-header-height: 48px; -body { - color: red; -} +// body { +// color: red; +// } #root { height: 100%; +} +::-webkit-scrollbar { + width: 6px; + background-color: transparent; +} + +::-webkit-scrollbar-thumb { + border-radius: 4px; + background: rgba(#000, 0.2); } \ No newline at end of file