refactor(login): layout style

This commit is contained in:
jialin
2026-06-12 21:16:07 +08:00
committed by jialin
parent c736e2186d
commit dc4dd81e11
8 changed files with 101 additions and 34 deletions
+7 -1
View File
@@ -72,12 +72,18 @@ const Box = styled.div`
flex-direction: column;
justify-content: space-between;
min-height: 100vh;
.ant-form-item-label {
line-height: 1;
}
.ant-form-item-label > label {
height: auto !important;
}
`;
const FormWrapper = styled.div`
margin: 0 auto;
margin-top: 50vh;
width: 440px;
width: 400px;
transform: translateY(-50%);
position: relative;
z-index: 999;