From 8efe771cc70f530992af95f672ff1167c5b30402 Mon Sep 17 00:00:00 2001
From: birt <2499248221@qq.com>
Date: 星期日, 13 四月 2025 12:56:00 +0800
Subject: [PATCH] 123

---
 zhitan-vue/src/assets/styles/index.scss |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/zhitan-vue/src/assets/styles/index.scss b/zhitan-vue/src/assets/styles/index.scss
index 7a592be..9ef36a6 100644
--- a/zhitan-vue/src/assets/styles/index.scss
+++ b/zhitan-vue/src/assets/styles/index.scss
@@ -205,4 +205,24 @@
     // ::v-deep(.el-range-separator) {
     color: #999 !important;
   }
+}
+
+/* 鍏ㄥ眬婊氬姩鏉℃牱寮� */
+::-webkit-scrollbar {
+  width: 6px;
+  height: 6px;
+}
+
+::-webkit-scrollbar-track {
+  background-color: rgba(0, 0, 0, 0.05);
+  border-radius: 10px;
+}
+
+::-webkit-scrollbar-thumb {
+  background-color: rgba(144, 147, 153, 0.3);
+  border-radius: 10px;
+}
+
+::-webkit-scrollbar-thumb:hover {
+  background-color: rgba(144, 147, 153, 0.5);
 }
\ No newline at end of file

--
Gitblit v1.9.3