From 501c6a293991c735436907d71e7e5699ae6f3984 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期六, 06 一月 2024 19:55:38 +0800 Subject: [PATCH] add --- src/styles/index.scss | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 2661153..2243f94 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -77,3 +77,21 @@ .app-container { padding: 20px; } +::-webkit-scrollbar { + width: 4px; /* Chrome/Safari */ +} + +/* 瀹氫箟婊戝潡锛坱humb锛夌殑鏍峰紡 */ +::-webkit-scrollbar-thumb { + background-color: #999; /* Chrome/Safari */ +} + +/* 褰撴粦鍧楄鎸変笅鏃剁殑鏍峰紡 */ +::-webkit-scrollbar-thumb:hover { + background-color: #666; /* Chrome/Safari */ +} + +/* 瀹氫箟涓や晶杈圭晫鐨勬牱寮� */ +::-webkit-scrollbar-track { + background-color: #f5f5f5; /* Chrome/Safari */ +} -- Gitblit v1.9.3