2026-05-20-14-53-31 逆向结果复核与用户管理修复

This commit is contained in:
2026-05-20 15:08:20 +08:00
parent 2a599695e9
commit fd7f3387f7
12 changed files with 886 additions and 111 deletions

View File

@@ -43,8 +43,8 @@ export default function Login({ onLogin }: LoginProps) {
className="h-full w-full object-contain"
/>
</div>
<h1 className="text-2xl font-bold leading-tight px-4"></h1>
<p className="text-slate-300 mt-2 font-medium">DICOM分割标注系</p>
<h1 className="px-2 text-3xl font-bold leading-tight">DICOM分割标注系统</h1>
<p className="mt-3 text-lg font-semibold text-slate-300"></p>
</div>
<form onSubmit={handleSubmit} className="p-8 space-y-6">