fix(查询组件): 查询组件下拉框宽度需要优化 #12853

This commit is contained in:
dataeaseShu 2024-11-13 10:17:18 +08:00
parent d5b181858b
commit 02605e56d3

View File

@ -640,6 +640,9 @@ defineExpose({
<style lang="less">
.filter-select-popper_class {
--ed-fill-color-light: #f5f7fa47;
.ed-vl__window.ed-select-dropdown__list {
min-width: 200px;
}
.ed-select-dropdown__option-item {
.ed-checkbox__label:hover {
color: #1f2329;