diff --git a/packages/frontend/src/App.vue b/packages/frontend/src/App.vue
index 8e3438c..c2f8b1d 100644
--- a/packages/frontend/src/App.vue
+++ b/packages/frontend/src/App.vue
@@ -252,17 +252,17 @@ const isElementVisibleAndFocusable = (element: HTMLElement): boolean => {
- {{ t('nav.terminal') }}
- {{ t('nav.proxies') }}
- {{ t('nav.notifications') }}
- {{ t('nav.auditLogs') }}
- {{ t('nav.settings') }}
+ {{ t('nav.terminal') }}
+ {{ t('nav.proxies') }}
+ {{ t('nav.notifications') }}
+ {{ t('nav.auditLogs') }}
+ {{ t('nav.settings') }}
diff --git a/packages/frontend/src/style.css b/packages/frontend/src/style.css
index 89f6143..466c4e2 100644
--- a/packages/frontend/src/style.css
+++ b/packages/frontend/src/style.css
@@ -79,10 +79,7 @@ a {
text-decoration: none; /* 移除下划线 */
}
-a:hover {
- color: var(--link-hover-color);
- text-decoration: underline; /* 悬停时显示下划线 */
-}
+/* Removed global a:hover underline rule to avoid conflicts with Tailwind utilities */
/* 全局图标样式 */
i, .fas, .far, .fab { /* 根据你使用的图标库调整选择器 */