forked from github/dataease
fix(查询组件): 查询组件选择字段样式超出了下拉框
This commit is contained in:
parent
79f85203c4
commit
47e2419ea0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user