生产管理系统前端 - 多滚动条问题解决

This commit is contained in:
2025-10-23 14:08:59 +08:00
parent f93f9e4d88
commit ce2510d526
2 changed files with 12 additions and 3 deletions

View File

@@ -236,7 +236,7 @@
/* 滚动条样式 */
::-webkit-scrollbar {
width: 6px;
width: 5px;
height: 6px;
}
@@ -245,12 +245,12 @@
}
::-webkit-scrollbar-thumb {
background: rgb(var(--border));
background: hsl(var(--muted-foreground));
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: rgb(var(--muted-foreground));
background: hsl(var(--muted-foreground));
}
/* 动画 */