mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
修复: 美化 chrome、fireFox、IE 滚动条样式;
This commit is contained in:
parent
6530ce5a35
commit
a73159aef8
@ -91,9 +91,10 @@ export default {
|
||||
height: 100vh;
|
||||
.global-layout-main{
|
||||
height: 100vh;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
scrollbar-color: @primary-color @primary-2;
|
||||
scrollbar-width: thin;
|
||||
-ms-overflow-style:none;
|
||||
&::-webkit-scrollbar{
|
||||
width: 3px;
|
||||
height: 1px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user