ui: 登录页Logo单独显示,去掉背景框
Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
@@ -90,9 +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 className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<div className="w-11 h-11 rounded-xl bg-white/15 backdrop-blur flex items-center justify-center overflow-hidden">
|
<Logo className="w-11 h-11 object-contain" />
|
||||||
<Logo className="w-8 h-8 object-contain" />
|
|
||||||
</div>
|
|
||||||
<div>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user