From e7bc137f026079461e8f822aee6f50f2ada8dde9 Mon Sep 17 00:00:00 2001 From: zhengzhou Date: Tue, 25 May 2021 11:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/App.vue b/src/App.vue index 4c3c8bb1..b4429710 100644 --- a/src/App.vue +++ b/src/App.vue @@ -202,6 +202,23 @@ jmnode { .workspace-bigbody { overflow: hidden !important; } + +::-webkit-scrollbar { + width: 8px; + border-radius: 4px; +} + +::-webkit-scrollbar-thumb { + -webkit-border-radius: 10px; + border-radius: 10px; + height: 10px; + background-color: #adadad; +} + +/*当前窗口失去焦点时的滑块样式*/ +::-webkit-scrollbar-thumb:window-inactive { + background-color: #adadad; +}