[new feature] PasswordInput: add gutter prop

This commit is contained in:
陈嘉涵
2019-05-16 15:56:56 +08:00
parent caa4a65668
commit 7d37091f00
7 changed files with 78 additions and 30 deletions

View File

@@ -28,7 +28,6 @@
display: flex;
width: 100%;
height: 50px;
background-color: @white;
&::after {
border-radius: 6px;
@@ -41,10 +40,7 @@
font-size: 20px;
line-height: 50px;
text-align: center;
&:not(:first-of-type)::after {
border-left-width: 1px;
}
background-color: @white;
}
i {