fix: 修复 input-datetime 的时间输入样式折行 (#3739)

This commit is contained in:
吴多益 2022-03-10 15:35:14 +08:00 committed by GitHub
parent bc65cf8c49
commit 217b9d4144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
background: var(--DatePicker-bg);
border-radius: var(--DatePicker-borderRadius);
input {
> input {
display: inline-block;
width: 100%;
background: none;