From 7ddc20c43e15fea2d03fb67669bb595b72f39fc2 Mon Sep 17 00:00:00 2001 From: xjs Date: Mon, 21 Apr 2025 14:45:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sort-college.vue | 2 +- uno.config.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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