修改样式
This commit is contained in:
@@ -98,14 +98,12 @@ export default {
|
||||
}
|
||||
.test-1::-webkit-scrollbar-thumb {
|
||||
/*滚动条里面小方块*/
|
||||
border-radius: 10px;
|
||||
box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||||
background : #cecece;
|
||||
}
|
||||
.test-1::-webkit-scrollbar-track {
|
||||
/*滚动条里面轨道*/
|
||||
box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 10px;
|
||||
background : #ededed;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user