ui: 登录页Logo单独一行放大显示

This commit is contained in:
selfrelease
2026-08-17 11:07:03 +08:00
parent 668a908dd6
commit 7ba357a6e5
+6 -8
View File
@@ -89,12 +89,10 @@ export default function Login() {
<div className="relative z-10 flex flex-col justify-between p-12 xl:p-16 text-white w-full"> <div className="relative z-10 flex flex-col justify-between p-12 xl:p-16 text-white w-full">
{/* Logo + 品牌名 */} {/* Logo + 品牌名 */}
<div className="flex items-center gap-3"> <div>
<Logo className="w-11 h-11 object-contain" /> <Logo className="w-20 h-20 object-contain mb-3" />
<div> <div className="text-xl font-bold tracking-tight"></div>
<div className="text-xl font-bold tracking-tight"></div> <div className="text-xs text-white/60 mt-0.5"></div>
<div className="text-xs text-white/60 mt-0.5"></div>
</div>
</div> </div>
{/* 标语 */} {/* 标语 */}
@@ -133,8 +131,8 @@ export default function Login() {
<div className="flex-1 flex items-center justify-center px-4 py-12"> <div className="flex-1 flex items-center justify-center px-4 py-12">
<div className="w-full max-w-sm"> <div className="w-full max-w-sm">
{/* 移动端 Logo */} {/* 移动端 Logo */}
<div className="flex lg:hidden items-center justify-center gap-2 mb-8"> <div className="flex lg:hidden flex-col items-center mb-8">
<Logo className="w-8 h-8 object-contain" /> <Logo className="w-16 h-16 object-contain mb-2" />
<span className="text-xl font-bold"></span> <span className="text-xl font-bold"></span>
</div> </div>