From 60695dcab1c4376d9d2a7aef0d8c710f9686664c Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 02 七月 2024 10:17:16 +0800
Subject: [PATCH] feat: 联调大模型列表

---
 src/theme/mixins/index.scss |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/theme/mixins/index.scss b/src/theme/mixins/index.scss
index 61f3c6b..480fe21 100644
--- a/src/theme/mixins/index.scss
+++ b/src/theme/mixins/index.scss
@@ -36,21 +36,21 @@
 // }
 @mixin scrollBar {
 	// 婊氬姩鏉″嚬妲界殑棰滆壊锛岃繕鍙互璁剧疆杈规灞炴��
-	&::-webkit-scrollbar-track-piece {
-		background-color: #f8f8f8;
-	}
-	// 婊氬姩鏉$殑瀹藉害
-	&::-webkit-scrollbar {
-		width: 9px;
-		height: 9px;
-	}
-	// 婊氬姩鏉$殑璁剧疆
-	&::-webkit-scrollbar-thumb {
-		background-color: #dddddd;
-		background-clip: padding-box;
-		min-height: 28px;
-	}
-	&::-webkit-scrollbar-thumb:hover {
-		background-color: #bbb;
-	}
+	// &::-webkit-scrollbar-track-piece {
+	// 	background-color: #f8f8f8;
+	// }
+	// // 婊氬姩鏉$殑瀹藉害
+	// &::-webkit-scrollbar {
+	// 	width: 9px;
+	// 	height: 9px;
+	// }
+	// // 婊氬姩鏉$殑璁剧疆
+	// &::-webkit-scrollbar-thumb {
+	// 	background-color: #dddddd;
+	// 	background-clip: padding-box;
+	// 	min-height: 28px;
+	// }
+	// &::-webkit-scrollbar-thumb:hover {
+	// 	background-color: #bbb;
+	// }
 }

--
Gitblit v1.9.3