From 561f3332b4576f26b1fad0a9400ee2145f147ec8 Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 22:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E6=9A=97=E8=89=B2=E6=A8=A1=E5=BC=8F=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ft-app/app/templates/login.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ft-app/app/templates/login.html b/ft-app/app/templates/login.html index 45bb471..c6f1428 100644 --- a/ft-app/app/templates/login.html +++ b/ft-app/app/templates/login.html @@ -43,9 +43,17 @@ background: #fef2f2; color: var(--danger); padding: 10px 14px; border-radius: 6px; font-size: 0.85rem; margin-bottom: 16px; text-align: center; } + .toggle-btn { + position: fixed; top: 16px; right: 24px; + background: var(--surface); border: 1px solid var(--border); + color: var(--fg); padding: 6px 14px; border-radius: 6px; + cursor: pointer; font-size: 0.82rem; z-index: 10; + } + .toggle-btn:hover { opacity: 0.8; } +

📊 期货量化系统

请输入账号密码

@@ -66,5 +74,29 @@
+ +