auto-save 2026-05-15 15:26 (~3)

This commit is contained in:
2026-05-15 15:26:51 +08:00
parent f7cc49a455
commit caa28e2116
3 changed files with 16 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ export default function LoginPage() {
>
<div className="relative z-10 mx-auto flex min-h-[calc(100vh-3rem)] w-full max-w-7xl items-center">
<div className="grid w-full gap-5 lg:grid-cols-[minmax(0,1.08fr)_minmax(380px,460px)] lg:items-stretch">
<section className="login-hero relative min-h-[470px] overflow-hidden rounded-[8px] border border-white/10 bg-black/35 p-6 shadow-2xl shadow-black/35 sm:p-8 lg:min-h-[620px]">
<section className="login-hero order-2 relative min-h-[470px] overflow-hidden rounded-[8px] border border-white/10 bg-black/35 p-6 shadow-2xl shadow-black/35 sm:p-8 lg:order-1 lg:min-h-[620px]">
<div className="relative z-10 flex h-full flex-col justify-between gap-8">
<div className="flex flex-wrap items-center justify-between gap-3">
<div className="flex items-center gap-3">
@@ -145,7 +145,7 @@ export default function LoginPage() {
</div>
</section>
<section className="flex min-h-[470px] items-center rounded-[8px] border border-white/10 bg-[#10121d]/95 p-5 shadow-2xl shadow-black/40 sm:p-8 lg:min-h-[620px]">
<section className="order-1 flex min-h-[470px] items-center rounded-[8px] border border-white/10 bg-[#10121d]/95 p-5 shadow-2xl shadow-black/40 sm:p-8 lg:order-2 lg:min-h-[620px]">
<form className="w-full" onSubmit={onSubmit}>
<div className="mb-8">
<div className="mb-4 inline-flex h-12 w-12 items-center justify-center rounded-[8px] bg-[#6c3ff5] text-white shadow-lg shadow-[#6c3ff5]/35">