ui: 登录页Logo放大
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user