mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(PasswordInput): improve text size adjust (#6176)
This commit is contained in:
parent
771d21c9b8
commit
ba67c7bf23
@ -32,11 +32,13 @@
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
font-size: @password-input-font-size;
|
||||
line-height: @password-input-height;
|
||||
text-align: center;
|
||||
line-height: 1.2;
|
||||
background-color: @password-input-background-color;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user