From c9a0ca791f8dce90b5ae71bd4784a6083b24f197 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Nov 2024 18:04:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E5=86=85=E7=9A=84?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E5=AE=BD=E5=BA=A6=E7=94=A8=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=8F=98=E9=87=8F=E7=BB=9F=E4=B8=80=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 28490baf30..289242d391 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -621,7 +621,7 @@ strong { ::-webkit-scrollbar-thumb { border-radius: 4px; - background: #8b8b8b; + background: #1f23294d; } ::-webkit-scrollbar { @@ -630,7 +630,7 @@ strong { } .ed-scrollbar__thumb { - background: #8b8b8b !important; + background: #1f23294d !important; opacity: 1 !important; }