From b259082c10d25e7961cfcba7262fb9dd034b4026 Mon Sep 17 00:00:00 2001 From: huweihang <916879598@qq.com> Date: Mon, 8 Dec 2025 21:50:35 +0800 Subject: [PATCH] =?UTF-8?q?Update=20scrollbar=20=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E6=A0=B7=E5=BC=8F=EF=BC=9A=E5=A2=9E=E5=8A=A0=E8=BE=B9?= =?UTF-8?q?=E6=A1=86=E5=8D=8A=E5=BE=84=E5=B9=B6=E8=B0=83=E6=95=B4=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E4=BB=A5=E6=8F=90=E9=AB=98=E7=BE=8E=E8=A7=82=E5=BA=A6?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/ManageListRemote.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/course/ManageListRemote.vue b/src/views/course/ManageListRemote.vue index 04a59815..c5c1dcd3 100644 --- a/src/views/course/ManageListRemote.vue +++ b/src/views/course/ManageListRemote.vue @@ -1489,7 +1489,7 @@ export default { } ::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar-thumb { - border-radius: 3px; + border-radius: 6px; background-color: rgb(78, 166, 255); } @@ -1497,19 +1497,19 @@ export default { overflow: hidden; } :global(::-webkit-scrollbar) { - width: 8px; - height: 10px; + width: 6px; + height: 8px; } :global(::-webkit-scrollbar-thumb) { - border-radius: 3px; + border-radius: 6px; background-color: rgb(78, 166, 255); } ::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar { - width: 8px; - height: 10px; + width: 6px; + height: 8px; } ::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar-thumb { - border-radius: 3px; + border-radius: 6px; background-color: rgb(78, 166, 255); }