Merge pull request #11153 from dataease/pr@dev-v2_st

fix(查询组件): 查询组件选择字段样式超出了下拉框
This commit is contained in:
dataeaseShu 2024-07-24 15:49:42 +08:00 committed by GitHub
commit f7572a0327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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