修改样式

This commit is contained in:
宋伟佳
2021-05-26 14:15:41 +08:00
parent e372b36ff5
commit cd51a4ae06
194 changed files with 575 additions and 758 deletions
-2
View File
@@ -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>