feat(Form): input-align works for input slot

This commit is contained in:
陈嘉涵
2020-02-13 16:49:30 +08:00
parent 2afb8a79c0
commit 5d24a57fee
6 changed files with 13 additions and 11 deletions
+2
View File
@@ -55,10 +55,12 @@
}
&--center {
justify-content: center;
text-align: center;
}
&--right {
justify-content: flex-end;
text-align: right;
}