diff --git a/src/views/sort-college.vue b/src/views/sort-college.vue index 217933f..53dab94 100644 --- a/src/views/sort-college.vue +++ b/src/views/sort-college.vue @@ -9,7 +9,7 @@
-
+
diff --git a/uno.config.ts b/uno.config.ts index 26c1927..f557741 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -16,5 +16,7 @@ export default defineConfig({ }, }), ], - rules:[] + rules:[ + ['pb-safe', { 'padding-bottom': 'calc(env(safe-area-inset-bottom) + 52rpx)' }], + ] }) \ No newline at end of file