This commit is contained in:
parent
4929d97097
commit
8ec62d452f
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue