From 16c94690bdb7e77833389212ee45485560a8fd1a Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 9 Sep 2025 15:58:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E7=99=BB=E5=BD=95UI=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/about/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend_nuxt/pages/about/index.vue b/frontend_nuxt/pages/about/index.vue index a7dc7099c..593466183 100644 --- a/frontend_nuxt/pages/about/index.vue +++ b/frontend_nuxt/pages/about/index.vue @@ -5,7 +5,7 @@
调试Token
@@ -191,6 +191,16 @@ export default { margin-bottom: 15px; } +.about-api-login-link { + color: var(--primary-color); + cursor: pointer; + text-decoration: none; +} + +.about-api-login-link:hover { + text-decoration: underline; +} + .warning-row { display: flex; align-items: center;