Showing
1 changed file
with
8 additions
and
8 deletions
| ... | ... | @@ -30,13 +30,13 @@ export default { |
| 30 | 30 | @import './style/iconfont.scss'; |
| 31 | 31 | @import './style/common.scss'; |
| 32 | 32 | page { |
| 33 | - background-color: #f5f5f5; | |
| 34 | -} | |
| 35 | -::-webkit-scrollbar { | |
| 36 | - display: none; | |
| 37 | - width: 0 !important; | |
| 38 | - height: 0 !important; | |
| 39 | - -webkit-appearance: none; | |
| 40 | - background: transparent; | |
| 33 | + background: #ffffff; | |
| 34 | +} | |
| 35 | +::-webkit-scrollbar { | |
| 36 | + display: none; | |
| 37 | + width: 0 !important; | |
| 38 | + height: 0 !important; | |
| 39 | + -webkit-appearance: none; | |
| 40 | + background: transparent; | |
| 41 | 41 | } |
| 42 | 42 | </style> | ... | ... |