mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
fix input style bug in firefox
This commit is contained in:
parent
7e1c5958a2
commit
e4fcc3eca7
@ -16,7 +16,7 @@
|
||||
border: var(--input-border);
|
||||
box-sizing: border-box;
|
||||
color: var(--input-color);
|
||||
display: block;
|
||||
display: inline-block;
|
||||
font-size: inherit;
|
||||
height: var(--input-height);
|
||||
line-height: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user