test(web): cover desktop login columns
This commit is contained in:
@@ -126,6 +126,16 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.login-footer-links {
|
||||
align-self: end;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 72px;
|
||||
}
|
||||
|
||||
.login-footer-links .arco-typography {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.login-form-panel {
|
||||
display: grid;
|
||||
align-content: center;
|
||||
|
||||
@@ -39,6 +39,11 @@ export function LoginPage({ onLogin }: { onLogin: (input: { server: string; emai
|
||||
</div>
|
||||
<Text className="login-slogan">私有部署 · 安全可控的智能协作平台</Text>
|
||||
<Text type="secondary">知识沉淀 · 团队协作 · AI 助手</Text>
|
||||
<Space className="login-footer-links" size={24}>
|
||||
<Text type="secondary">v1.0.0</Text>
|
||||
<Text type="secondary">隐私政策</Text>
|
||||
<Text type="secondary">服务协议</Text>
|
||||
</Space>
|
||||
</div>
|
||||
|
||||
<div className="login-form-panel">
|
||||
|
||||
Reference in New Issue
Block a user