refactor: 滚动条加粗
This commit is contained in:
parent
66e9f091c2
commit
f84f5fbbb3
|
@ -145,7 +145,7 @@ export default {
|
|||
}
|
||||
|
||||
.filter-input {
|
||||
width: 175px;
|
||||
width: 174px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
|
|
|
@ -122,8 +122,8 @@ html,body {
|
|||
|
||||
/* 滚动条样式 */
|
||||
::-webkit-scrollbar{
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
position: fixed;
|
||||
}
|
||||
::-webkit-scrollbar-thumb{
|
||||
|
|
Loading…
Reference in New Issue