style:滚动条样式修复
This commit is contained in:
@@ -81,15 +81,15 @@
|
||||
width: calc(100% - 15px);
|
||||
overflow: auto;
|
||||
}
|
||||
.file-state-panel-content::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
.file-directory-content::-webkit-scrollbar-thumb {
|
||||
width: 6px;
|
||||
}
|
||||
.file-directory-content::-webkit-scrollbar-thumb:hover {
|
||||
width: 6px;
|
||||
}
|
||||
//.file-state-panel-content::-webkit-scrollbar {
|
||||
// width: 6px;
|
||||
//}
|
||||
//.file-directory-content::-webkit-scrollbar-thumb {
|
||||
// width: 6px;
|
||||
//}
|
||||
//.file-directory-content::-webkit-scrollbar-thumb:hover {
|
||||
// width: 6px;
|
||||
//}
|
||||
.directory-content-header{
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
|
||||
@@ -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);
|
||||
border-radius: 2px;
|
||||
.file-state-panel-content::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
width: 8px;
|
||||
}
|
||||
.file-state-panel-content::-webkit-scrollbar-thumb {
|
||||
background: rgba(0,0,0,0.16);
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
/*---滚动条大小--*/
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
/*---滚动框背景样式--*/
|
||||
|
||||
Reference in New Issue
Block a user