From 1b3573ffa76c72330ce06a14aa019b36f8257044 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Mon, 9 Oct 2023 09:50:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=9B=86=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=A2=84=E8=A7=88=EF=BC=8C=E8=A1=A8=E6=A0=BC=E6=B2=A1=E6=9C=89?= =?UTF-8?q?x=E8=BD=B4=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packages/assets/style/common/index.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data-room-ui/packages/assets/style/common/index.scss b/data-room-ui/packages/assets/style/common/index.scss index 51f5cae1..cfdc478b 100644 --- a/data-room-ui/packages/assets/style/common/index.scss +++ b/data-room-ui/packages/assets/style/common/index.scss @@ -148,12 +148,12 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts"; /* 滚动条样式设置*/ .el-table__body-wrapper::-webkit-scrollbar { - width: 12px !important; - height: 12px !important; - } + width: 6px !important; + height: 6px !important; + } .el-table__body-wrapper::-webkit-scrollbar-corner { - background: transparent !important; + background: #444851 !important; } .el-table__body-wrapper::-webkit-scrollbar-track { @@ -163,9 +163,9 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts"; .el-table__body-wrapper::-webkit-scrollbar-thumb { min-height: 20px !important; background-clip: content-box !important; - border: 2px solid transparent !important; - border-radius: 10px !important; - // background-color: #ddd; + border: 1px solid #444851 !important; + border-radius: 6px !important; + background: #444851 !important; } .el-table__fixed::before,