mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
[new feature] PasswordInput: add gutter prop
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user