From 75b846726c488a46453b6f883a80015a5324e608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Tue, 12 Sep 2023 16:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/web/css/admin.css | 11 +++++------ src/static/web/css/style.css | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 869c735c..8875e608 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -1,16 +1,15 @@ ::-webkit-scrollbar { - width:6px; - height:6px -} -::-webkit-scrollbar-thumb { - background:#dee2e6 + width:8px; + height:10px } ::-webkit-scrollbar-track { background:#f5f5f5 } +::-webkit-scrollbar-thumb { + background:#dee2e6 +} * { font-size:14px; - scrollbar-color:#dee2e6 #f5f5f5; scrollbar-width:thin } body { diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 689332d5..01a4106b 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -1,15 +1,14 @@ ::-webkit-scrollbar { - width:6px; - height:6px -} -::-webkit-scrollbar-thumb { - background:#dee2e6 + width:8px; + height:10px } ::-webkit-scrollbar-track { background:#f5f5f5 } +::-webkit-scrollbar-thumb { + background:#dee2e6 +} * { - scrollbar-color:#dee2e6 #f5f5f5; scrollbar-width:thin } body {