mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 15:37:21 +08:00
Fixed: scroll-bar style
This commit is contained in:
@@ -24,12 +24,4 @@
|
|||||||
width 100%
|
width 100%
|
||||||
.el-button
|
.el-button
|
||||||
width 50%
|
width 50%
|
||||||
*::-webkit-scrollbar
|
|
||||||
width 8px
|
|
||||||
height 8px
|
|
||||||
*::-webkit-scrollbar-thumb
|
|
||||||
border-radius 4px
|
|
||||||
background #6f6f6f
|
|
||||||
*::-webkit-scrollbar-track
|
|
||||||
background-color transparent
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -334,4 +334,12 @@ export default {
|
|||||||
.align-center
|
.align-center
|
||||||
input
|
input
|
||||||
text-align center
|
text-align center
|
||||||
|
*::-webkit-scrollbar
|
||||||
|
width 8px
|
||||||
|
height 8px
|
||||||
|
*::-webkit-scrollbar-thumb
|
||||||
|
border-radius 4px
|
||||||
|
background #6f6f6f
|
||||||
|
*::-webkit-scrollbar-track
|
||||||
|
background-color transparent
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user