Skip to content

Commit

Permalink
[Bug]: 新建主子表类型字段,设置过滤时字段下拉框被遮住了 #6759
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Apr 30, 2024
1 parent 2838592 commit ac7c4ee
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,18 @@
"data": {
"context": {}
},
"onEvent": {
"init": {
"weight": 0,
"actions": [
{
"actionType": "custom",
"script": "//初始化时给外层dialog加上类名,使过滤组件popover正常显示\n$('.steedos-object-fields-form-page').closest('.amis-dialog-widget.antd-Modal').addClass('steedos-overflow-visible-dialog');"
}
]
}
},
"name": "object_fields_form",
"className": "steedos-object-fields-form-page",
"id": "steedos_object_fields_service"
}

0 comments on commit ac7c4ee

Please sign in to comment.