fix(查询组件): 查询组件选择字段样式超出了下拉框

This commit is contained in:
dataeaseShu 2024-07-24 15:43:37 +08:00
parent 79f85203c4
commit 47e2419ea0

View File

@ -1919,7 +1919,7 @@ defineExpose({
<style lang="less"> <style lang="less">
.field-select--dqp { .field-select--dqp {
width: 210px; min-width: 210px !important;
} }
.ed-select-dropdown__header { .ed-select-dropdown__header {
padding: 0 8px; padding: 0 8px;