chore: 减小 input 输入框初始大小避免 tree-select 在 size: md 下容易折行 (#4587) (#4588)

This commit is contained in:
吴多益 2022-06-13 20:19:54 +08:00 committed by GitHub
parent 7aa1fe69fc
commit 11ab69639f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,7 @@
justify-content: flex-start;
input {
flex-basis: px2rem(80px);
flex-basis: px2rem(30px);
flex-grow: 1;
outline: none;
background: transparent;