From 9366e2e4dee5acb0b47681561ab1f5c1d395b126 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Nov 2024 17:59:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E5=86=85?= =?UTF-8?q?=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1=E5=AE=BD=E5=BA=A6=E7=94=A8?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=8F=98=E9=87=8F=E7=BB=9F=E4=B8=80=E6=8E=A7?= =?UTF-8?q?=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 | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index a3083a5a6f..28490baf30 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -616,5 +616,28 @@ strong { } .canvas_keep-size { - overflow-x: auto!important; + overflow-x: auto !important; +} + +::-webkit-scrollbar-thumb { + border-radius: 4px; + background: #8b8b8b; +} + +::-webkit-scrollbar { + width: 8px !important; + height: 8px !important; +} + +.ed-scrollbar__thumb { + background: #8b8b8b !important; + opacity: 1 !important; +} + +.ed-scrollbar__bar.is-vertical { + width: 8px !important; +} + +.ed-scrollbar__bar.is-horizontal { + height: 8px !important; } From c9a0ca791f8dce90b5ae71bd4784a6083b24f197 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Nov 2024 18:04:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E5=86=85?= =?UTF-8?q?=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1=E5=AE=BD=E5=BA=A6=E7=94=A8?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=8F=98=E9=87=8F=E7=BB=9F=E4=B8=80=E6=8E=A7?= =?UTF-8?q?=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; }