fix(style): forget button in login page

This commit is contained in:
jialin
2026-06-15 15:48:41 +08:00
committed by jialin
parent 9e7bd78693
commit 547b9f617b
3 changed files with 37 additions and 17 deletions
+4
View File
@@ -74,6 +74,10 @@ const Box = styled.div`
min-height: 100vh;
.ant-form-item-label {
line-height: 1;
padding-bottom: 4px;
}
.ant-form-item-label > label:after {
display: none;
}
.ant-form-item-label > label {
height: auto !important;