fix(mining-ui): 类别排名弹窗补auto_open+resizable(对齐opp_demand_items范式)——modal:True无auto_open致PopupWindow渲染display:none不可见,实测DOM在位rect=0定位

This commit is contained in:
yumoqing 2026-09-12 11:14:55 +08:00
parent 25348fa2e1
commit 73c87b72a6

View File

@ -102,7 +102,7 @@ return {
"id": "opp_mine_clusters_pw",
"widgettype": "PopupWindow",
"options": {"title": "类别排名(批次 %s" % batch_id[:8], "width": "640px",
"height": "70%", "modal": True},
"height": "70%", "auto_open": True, "resizable": True},
"subwidgets": [{
"widgettype": "VBox",
"options": {"width": "100%", "height": "100%", "padding": "12px 16px",