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 {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: @password-input-font-size;
|
font-size: @password-input-font-size;
|
||||||
line-height: @password-input-height;
|
line-height: 1.2;
|
||||||
text-align: center;
|
|
||||||
background-color: @password-input-background-color;
|
background-color: @password-input-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user