popup: VBox for files panel
This commit is contained in:
parent
6f6e31fcf0
commit
c934111748
@ -1,4 +1,4 @@
|
||||
# workspace_popup.dspy - 返回 PopupWindow(纯widget结构,无binds)
|
||||
# workspace_popup.dspy - 用 VBox 代替 VScrollPanel
|
||||
|
||||
uid = await get_user()
|
||||
if not uid:
|
||||
@ -58,10 +58,9 @@ async with DBPools().sqlorContext(dbname) as sor:
|
||||
}]
|
||||
},
|
||||
{
|
||||
"widgettype": "VScrollPanel",
|
||||
"widgettype": "VBox",
|
||||
"id": "ws_files",
|
||||
"options": {
|
||||
"dataurl": entire_url("/pipeline-sdlc/api/workspace_files.dspy") + "?id=__root__",
|
||||
"css": "filler",
|
||||
"padding": "8px",
|
||||
"gap": "4px"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user