修复: 美化 chrome、fireFox、IE 滚动条样式;

master
iczer 4 years ago
parent 6530ce5a35
commit a73159aef8
  1. 3
      src/layouts/GlobalLayout.vue

@ -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…
Cancel
Save