fix(style): form field item

This commit is contained in:
jialin
2024-07-04 10:47:22 +08:00
parent b2d70c1d53
commit ed3f9f7e96
24 changed files with 214 additions and 127 deletions
+4 -2
View File
@@ -3,14 +3,16 @@
justify-content: space-between;
align-items: center;
margin-top: 70px;
.left {
display: flex;
align-items: center;
font-size: 14px;
font-size: var(--font-size-middle);
}
.right {
display: flex;
align-items: center;
font-size: 14px;
font-size: var(--font-size-middle);
}
}