优化滚动条

This commit is contained in:
java110 2020-04-15 15:28:28 +08:00
parent 3ce57142d4
commit 84e6484e13
2 changed files with 21 additions and 1 deletions

View File

@ -1349,5 +1349,25 @@ table.table-mail tr td {
color: #676a6c;
}
/**
滚动条 处理
**/
::-webkit-scrollbar-track-piece {
background-color:#f8f8f8;
}
::-webkit-scrollbar {
width:9px;
height:9px;
}
::-webkit-scrollbar-thumb {
background-color:#dddddd;
background-clip:padding-box;
min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}

View File

@ -92,7 +92,7 @@
vc.setCurrentMenu(_id);
vm.menus = vm.refreshMenuActive(vm.menus, _id);
vc.setMenus(vm.menus);
vc._fix_height()
//vc._fix_height()
},
miniMenu: function () {