mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化滚动条
This commit is contained in:
parent
3ce57142d4
commit
84e6484e13
@ -1349,5 +1349,25 @@ table.table-mail tr td {
|
|||||||
color: #676a6c;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -92,7 +92,7 @@
|
|||||||
vc.setCurrentMenu(_id);
|
vc.setCurrentMenu(_id);
|
||||||
vm.menus = vm.refreshMenuActive(vm.menus, _id);
|
vm.menus = vm.refreshMenuActive(vm.menus, _id);
|
||||||
vc.setMenus(vm.menus);
|
vc.setMenus(vm.menus);
|
||||||
vc._fix_height()
|
//vc._fix_height()
|
||||||
},
|
},
|
||||||
miniMenu: function () {
|
miniMenu: function () {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user