mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [date-picker] fix input inner box sizing (#7373)
This commit is contained in:
@@ -189,6 +189,7 @@
|
||||
outline: none;
|
||||
border: none;
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user