Fixed: scroll-bar style

This commit is contained in:
Molunerfinn
2018-06-12 13:36:44 +08:00
parent 1f95ef0ee2
commit 1781a8902c
2 changed files with 8 additions and 8 deletions

View File

@@ -24,12 +24,4 @@
width 100%
.el-button
width 50%
*::-webkit-scrollbar
width 8px
height 8px
*::-webkit-scrollbar-thumb
border-radius 4px
background #6f6f6f
*::-webkit-scrollbar-track
background-color transparent
</style>

View File

@@ -334,4 +334,12 @@ export default {
.align-center
input
text-align center
*::-webkit-scrollbar
width 8px
height 8px
*::-webkit-scrollbar-thumb
border-radius 4px
background #6f6f6f
*::-webkit-scrollbar-track
background-color transparent
</style>