fix: plain VBox+Form (no PopupWindow), popup via button target

This commit is contained in:
yumoqing 2026-07-23 13:35:42 +08:00
parent b7d30d4238
commit d4d1933c7b

View File

@ -1,14 +1,8 @@
{
"id": "new_kb_window",
"widgettype": "PopupWindow",
"options": {
"auto_open": true,
"anthor": "cc",
"cwidth": 18,
"cheight": 10,
"title": "新建知识库"
},
"widgettype": "VBox",
"options": {"padding": "16px", "spacing": "12px"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "新建知识库", "cfontsize": 18, "fontWeight": "bold"}},
{
"widgettype": "Form",
"id": "kb_form",