feat: web优化
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
:root {
|
||||
overflow-y: scroll;
|
||||
scrollbar-gutter: stable;
|
||||
/* overflow-y: scroll;
|
||||
scrollbar-gutter: stable; */
|
||||
font-family:
|
||||
"Inter",
|
||||
-apple-system,
|
||||
@@ -143,18 +143,18 @@ body {
|
||||
|
||||
/* 美化滚动条 */
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
border-radius: 4px;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 4px;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
|
Reference in New Issue
Block a user