styles: 修复select组件样式问题 (#6461)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2023-03-24 13:11:46 +08:00 committed by GitHub
parent d617b60d33
commit 8e5f503f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,7 +433,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
// display: inline-block;
max-width: 100%;
}
}