diff --git a/core/frontend/src/routes/auth-screen.tsx b/core/frontend/src/routes/auth-screen.tsx index 47d9a05..19c393e 100644 --- a/core/frontend/src/routes/auth-screen.tsx +++ b/core/frontend/src/routes/auth-screen.tsx @@ -2,7 +2,6 @@ import { useEffect, useRef, useState } from "react"; import type { FormEvent } from "react"; import { ArrowRight, - Check, Eye, EyeOff, Info, @@ -37,13 +36,6 @@ type RegisterErrors = { agree?: string; }; -const VALUE_POINTS: { strong: string; rest: string }[] = [ - { strong: "5 阶段流水线", rest: "脚本 → 资产 → 故事板 → 视频片段 → 拼接导出" }, - { strong: "失败不扣费", rest: "任务仅在用户通过时扣费,失败 / 超时 / 重跑一律不扣" }, - { strong: "团队 + 角色 + 四层额度", rest: "超管 / 团管 / 成员,日 / 月 + 团队 / 总四层防超支" }, - { strong: "跨项目资产库", rest: "主播 / 场景 / 商品图沉淀复用,不重复生成" } -]; - export function AuthScreen({ initialMode, onModeChange, @@ -213,27 +205,19 @@ export function AuthScreen({ ); @@ -447,9 +431,7 @@ export function AuthScreen({ { event.preventDefault(); showToast("重置密码", "请联系团队超管重置你的登录密码"); }}>忘记密码? - - -
+
{loginProgress && !error && (
@@ -457,7 +439,7 @@ export function AuthScreen({
)} {error &&
{error}
} -
OR
@@ -472,7 +454,9 @@ export function AuthScreen({
还没账号? { event.preventDefault(); switchMode("register"); }}>注册团队 →
-
+
+ + {toast && (
diff --git a/core/frontend/src/styles.css b/core/frontend/src/styles.css index 639e6bd..e4c0b9f 100644 --- a/core/frontend/src/styles.css +++ b/core/frontend/src/styles.css @@ -747,7 +747,6 @@ nav button svg { width: 14px; height: 14px; color: var(--ink-3); } width: calc(100% - 420px); align-self: stretch; box-sizing: border-box; - height: 100%; min-height: 0; position: relative; overflow: hidden;