From 5dcd8cea5a9ac4a62e41ddb2f55e4e77007e82d2 Mon Sep 17 00:00:00 2001 From: p
Date: Wed, 12 Aug 2026 15:14:57 +0800 Subject: [PATCH] workspace: PopupWindow width 85% height 80% --- wwwroot/api/workspace_popup.dspy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/api/workspace_popup.dspy b/wwwroot/api/workspace_popup.dspy index b8c64f4..0db338f 100644 --- a/wwwroot/api/workspace_popup.dspy +++ b/wwwroot/api/workspace_popup.dspy @@ -32,8 +32,8 @@ async with DBPools().sqlorContext(dbname) as sor: "widgettype": "PopupWindow", "options": { "title": pname + " - 工作空间", - "cwidth": 80, - "cheight": 36, + "width": "85%", + "height": "80%", "auto_open": True }, "subwidgets": [{