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;