style: 移动端适配
This commit is contained in:
15
src/App.vue
15
src/App.vue
@@ -10,4 +10,19 @@ import RouteCache from '@/components/RouteCache.vue'
|
||||
#app {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
&::-webkit-scrollbar {
|
||||
width: 0;
|
||||
display: none;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
display: none;
|
||||
}
|
||||
&::-webkit-scrollbar-track {
|
||||
display: none;
|
||||
}
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user