style:滚动条样式修复

This commit is contained in:
zhangyu
2022-12-20 14:38:48 +08:00
parent e991ce4b7c
commit 3092869bda
3 changed files with 11 additions and 11 deletions

View File

@@ -81,15 +81,15 @@
width: calc(100% - 15px); width: calc(100% - 15px);
overflow: auto; overflow: auto;
} }
.file-state-panel-content::-webkit-scrollbar { //.file-state-panel-content::-webkit-scrollbar {
width: 6px; // width: 6px;
} //}
.file-directory-content::-webkit-scrollbar-thumb { //.file-directory-content::-webkit-scrollbar-thumb {
width: 6px; // width: 6px;
} //}
.file-directory-content::-webkit-scrollbar-thumb:hover { //.file-directory-content::-webkit-scrollbar-thumb:hover {
width: 6px; // width: 6px;
} //}
.directory-content-header{ .directory-content-header{
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;

View File

@@ -10,7 +10,7 @@
box-shadow: -2px 1px 4px 0 rgba(0,0,0,0.06), 1px 1px 4px -1px rgba(0,0,0,0.16); box-shadow: -2px 1px 4px 0 rgba(0,0,0,0.06), 1px 1px 4px -1px rgba(0,0,0,0.16);
border-radius: 2px; border-radius: 2px;
.file-state-panel-content::-webkit-scrollbar { .file-state-panel-content::-webkit-scrollbar {
width: 6px; width: 8px;
} }
.file-state-panel-content::-webkit-scrollbar-thumb { .file-state-panel-content::-webkit-scrollbar-thumb {
background: rgba(0,0,0,0.16); background: rgba(0,0,0,0.16);

View File

@@ -11,7 +11,7 @@
} }
/*---滚动条大小--*/ /*---滚动条大小--*/
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 6px; width: 14px;
height: 14px; height: 14px;
} }
/*---滚动框背景样式--*/ /*---滚动框背景样式--*/