From da5907db8e8f72421da628a98021fca29bc66e43 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Fri, 26 Aug 2022 22:10:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E4=BE=A7=E6=A0=8F?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/cpns/clip-full-data.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/style/cpns/clip-full-data.less b/src/style/cpns/clip-full-data.less index 37ea9ac..d2bd479 100644 --- a/src/style/cpns/clip-full-data.less +++ b/src/style/cpns/clip-full-data.less @@ -11,23 +11,23 @@ word-break: break-all; white-space: pre-wrap; &::-webkit-scrollbar { - width: 5px; + width: 10px; height: 10px; } &::-webkit-scrollbar-track { border-radius: 2px; - background-color: @bg-color; + background-color: @text-bg-color; &-piece { border-radius: 2px; - background-color: @bg-color; + background-color: @text-bg-color; } } &::-webkit-scrollbar-thumb { - background: @bg-color; - border-radius: 2px; + background: @text-color-lighter; + border-radius: 5px; } &::-webkit-scrollbar-thumb:hover { - background: @nav-bg-color; + background: @text-color; } } .clip-overlay {