This commit is contained in:
bb_pan 2025-04-30 10:00:41 +08:00
parent 4929d97097
commit 8ec62d452f
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ const router = useRouter()
}
::-webkit-scrollbar-thumb {
background-color: #138473; /* 滚动条滑块颜色 */
background-color: #00377a; /* 滚动条滑块颜色 */
border-radius: 6px; /* 滑块的圆角 */
border: 1px solid rgba(0, 0, 0, 0.1); /* 滑块与轨道的边框 */
}
::-webkit-scrollbar-thumb:hover {
background-color: #0f6e53; /* 鼠标悬浮时的滑块颜色,稍微加深 */
//background-color: #00377a; /* */
}
::-webkit-scrollbar-corner {