From 8d3f263508b9f2ee6ebf102beca4e6c447629976 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 07 Jun 2025 13:50:30 +0800
Subject: [PATCH] feat: 头部和菜单照ui图进行调整

---
 src/page/index/top/top-qna.vue |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/src/page/index/top/top-qna.vue b/src/page/index/top/top-qna.vue
index 01d3209..89435d5 100644
--- a/src/page/index/top/top-qna.vue
+++ b/src/page/index/top/top-qna.vue
@@ -65,16 +65,11 @@
 
 <style lang="scss" scoped>
 .top-qna {
-  display: inline-block !important;
-  padding: 5px;
-
-  .help-icon {
-    font-size: 20px !important;
-    cursor: pointer;
-    color: #FFFFFF; /* 白色 */
-    display: inline-block !important;
-    line-height: 1 !important;
-  }
+  display: flex;
+  align-items: center;
+  font-size: 18px;
+  justify-content: center;
+  cursor: pointer;
 }
 
 /* 优化弹出框样式 */
@@ -128,4 +123,4 @@
     }
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3