Commit c8929bf4 authored by jingnan's avatar jingnan 👀

界面滚动条宽度修改

parent 77ed930d
...@@ -185,8 +185,8 @@ div:focus { ...@@ -185,8 +185,8 @@ div:focus {
} }
div::-webkit-scrollbar { div::-webkit-scrollbar {
width: 10px!important; width: 13px!important;
height: 10px!important; height: 13px!important;
} }
div::-webkit-scrollbar-track { div::-webkit-scrollbar-track {
......
...@@ -564,6 +564,10 @@ export default { ...@@ -564,6 +564,10 @@ export default {
} }
} }
.el-scrollbar__bar.is-vertical {
width: 13px;
top: 2px;
}
} }
.mt20{ .mt20{
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment