[new feature] PasswordInput: add mask prop (#2796)

This commit is contained in:
neverland
2019-02-19 16:52:01 +08:00
committed by GitHub
parent 519b5bf80a
commit f705c9be4c
6 changed files with 92 additions and 14 deletions

View File

@@ -38,6 +38,9 @@
flex: 1;
height: 100%;
position: relative;
font-size: 20px;
line-height: 50px;
text-align: center;
&:not(:first-of-type)::after {
border-left-width: 1px;