修改登录图片样式

This commit is contained in:
al 2024-07-22 16:46:54 +08:00
parent 82ba7bf47d
commit f69cd8d12b
1 changed files with 2 additions and 2 deletions

View File

@ -197,11 +197,11 @@ function Login({ handleLogin }) {
} }
}; };
return ( return (
<div className={`${styles.loginBox}`}> <div className={`${styles.loginBox} flex flex-col justify-center items-center`}>
<Image <Image
src={process.env.NEXT_PUBLIC_CDN_URL + "/public/images/slogan.png"} src={process.env.NEXT_PUBLIC_CDN_URL + "/public/images/slogan.png"}
alt="" alt=""
className="mt-24 w-96" className="mt-24 w-[90vw]"
/> />
<div className="mt-6 flex justify-between items-center px-2 text-gray-400 sticky top-0 z-10 bg-deepBg"> <div className="mt-6 flex justify-between items-center px-2 text-gray-400 sticky top-0 z-10 bg-deepBg">
<Tabs <Tabs