From 60f1b7ebca0d832069e9811998610b8964a474e0 Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期五, 09 八月 2024 17:55:45 +0800
Subject: [PATCH] 优化知识库页面兼容性

---
 src/assets/style/global.less |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/assets/style/global.less b/src/assets/style/global.less
index da766e5..7085488 100644
--- a/src/assets/style/global.less
+++ b/src/assets/style/global.less
@@ -95,7 +95,22 @@
 
 .container {
     padding: 0 20px 20px 20px;
+    
 }
+::-webkit-scrollbar{ /*婊氬姩鏉℃暣浣撴牱寮�*/
+  width: 6px; /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/
+  height: 1px;
+}
+::-webkit-scrollbar-thumb{ /*婊氬姩鏉¢噷闈㈠皬鏂瑰潡*/
+  border-radius: 5px;
+  background: #cfcbcb;
+}
+::-webkit-scrollbar-track{ /*婊氬姩鏉¢噷闈㈣建閬�*/
+  border-radius: 6px;
+  background: #ededed;
+}
+
+
 
 .arco-form .arco-slider{
   display: flex;

--
Gitblit v1.8.0