style: 移动端适配

This commit is contained in:
2026-03-19 15:15:38 +08:00
parent 4989bb7156
commit 6a08f2cede
11 changed files with 59 additions and 45 deletions

View File

@@ -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>