polish(todo_detail): 正文区改 flex:1 自适应 popup 剩余高度(minHeight 180px),大屏更大小屏可滚

This commit is contained in:
ymq 2026-08-25 15:10:59 +08:00
parent fd6be1d432
commit 508b82c337

View File

@ -360,7 +360,7 @@ return {
"subwidgets": head_widgets + [
{
"widgettype": "VBox",
"options": {"width": "100%", "height": "62vh", "minHeight": "220px",
"options": {"width": "100%", "flex": "1 1 auto", "minHeight": "180px",
"bgcolor": "#ffffff", "border": "1px solid #e2e8f0",
"borderRadius": "6px", "overflow": "hidden",
"margin": "0 14px"},