test(web): cover desktop login columns

This commit is contained in:
2026-07-21 13:09:37 +08:00
parent 075d007358
commit 3d24d78bca
3 changed files with 22 additions and 3 deletions

View File

@@ -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;

View File

@@ -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">