From 51dc77ac6835eeff403057a1a5a7aaa9368e57fe Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sun, 12 Jul 2026 09:48:34 +0800 Subject: [PATCH] refactor: clean up login-kicker and update button text remove the unused .login-kicker CSS class and corresponding span element from the login page update the login button text to "login" from the original "enter maintenance desk" for more accurate labeling --- src/pages/login/LoginPage.tsx | 3 +-- src/styles.css | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/pages/login/LoginPage.tsx b/src/pages/login/LoginPage.tsx index 78cc78c..15c847c 100644 --- a/src/pages/login/LoginPage.tsx +++ b/src/pages/login/LoginPage.tsx @@ -31,7 +31,6 @@ export function LoginPage({ onDone }: { onDone: () => void }) {
- 万趣运营后台 万趣小程序管理端 按前台页面结构维护内容、商品和线索。 @@ -50,7 +49,7 @@ export function LoginPage({ onDone }: { onDone: () => void }) { {error} ) : null} - + diff --git a/src/styles.css b/src/styles.css index 17a5e0a..3e515e2 100644 --- a/src/styles.css +++ b/src/styles.css @@ -75,12 +75,6 @@ button { border-radius: 8px; } -.login-kicker { - color: #287d79; - font-size: 13px; - font-weight: 700; -} - .login-panel h1 { margin: 0 0 8px; font-size: 26px; @@ -3019,10 +3013,6 @@ section.work-area:has(> .lead-toolbar) .empty-row { @apply w-full max-w-md rounded-2xl border border-white/80 bg-white/95 p-8 shadow-xl; } -.login-kicker { - @apply mb-1 w-fit rounded-full border border-teal-200 bg-teal-50 px-3 py-1 text-xs font-bold text-teal-700; -} - .login-panel h3 { @apply text-3xl font-black leading-tight text-slate-950; }