From 711e2370109b8850167754b7312deabe821a6a1f Mon Sep 17 00:00:00 2001
From: Leo_Ding <2405260743@qq.com>
Date: Wed, 26 Nov 2025 15:45:21 +0800
Subject: [PATCH] 1
---
src/App.vue | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index fa62d6e..39596c9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,10 +2,9 @@
@@ -33,9 +32,11 @@ const isLoginPage = computed(() => {
box-sizing: border-box;
}
-html, body {
+html,
+body {
height: 100%;
- overflow-x: hidden; /* 可选:防止水平滚动 */
+ overflow-x: hidden;
+ /* 可选:防止水平滚动 */
}
#app {
@@ -59,8 +60,9 @@ header {
overflow: hidden;
height: 100vh;
}
-.x-search-bar .ant-form-item{
- margin-right: 0;
- margin-bottom: 0;
+
+.x-search-bar .ant-form-item {
+ margin-right: 0;
+ margin-bottom: 0;
}
\ No newline at end of file