fix(components): [date-picker] fix input inner box sizing (#7373)

This commit is contained in:
Zhongxiang Wang
2022-04-25 20:13:07 +08:00
committed by GitHub
parent 915e1ffe26
commit 0891d46d18

View File

@@ -189,6 +189,7 @@
outline: none;
border: none;
background: none;
box-sizing: border-box;
&:focus {
outline: none;