ui: 登录页Logo放大

This commit is contained in:
selfrelease
2026-08-17 11:25:13 +08:00
parent 2afbdacae3
commit d017d6337f
+2 -2
View File
@@ -90,7 +90,7 @@ 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> <div>
<Logo className="w-20 h-20 object-contain mb-3" /> <Logo className="w-32 h-32 object-contain mb-4" />
<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>
@@ -132,7 +132,7 @@ export default function Login() {
<div className="w-full max-w-sm"> <div className="w-full max-w-sm">
{/* 移动端 Logo */} {/* 移动端 Logo */}
<div className="flex lg:hidden flex-col items-center mb-8"> <div className="flex lg:hidden flex-col items-center mb-8">
<Logo className="w-16 h-16 object-contain mb-2" /> <Logo className="w-24 h-24 object-contain mb-3" />
<span className="text-xl font-bold"></span> <span className="text-xl font-bold"></span>
</div> </div>