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; }