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