refactor: 滚动条加粗

This commit is contained in:
chenjianxing 2021-02-02 12:06:16 +08:00
parent 66e9f091c2
commit f84f5fbbb3
2 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@ export default {
}
.filter-input {
width: 175px;
width: 174px;
padding-left: 3px;
}

View File

@ -122,8 +122,8 @@ html,body {
/* 滚动条样式 */
::-webkit-scrollbar{
width: 5px;
height: 5px;
width: 10px;
height: 10px;
position: fixed;
}
::-webkit-scrollbar-thumb{