fix(todo_detail): 正文滚动区给定 62vh/最小220px 高度,避免 flex 高度塌陷

This commit is contained in:
ymq 2026-08-25 15:05:22 +08:00
parent 99b1503f44
commit 929404d66c

View File

@ -363,7 +363,8 @@ return {
"widgettype": "VScrollPanel",
"options": {"css": "filler", "width": "100%", "padding": "0 14px",
"style": {"background": "#ffffff", "border": "1px solid #e2e8f0",
"borderRadius": "6px"}},
"borderRadius": "6px", "height": "62vh",
"minHeight": "220px", "overflowY": "auto"}},
"subwidgets": [{
"widgettype": "MdWidget",
"options": {"mdtext": '\n'.join(md), "width": "100%", "padding": "6px 10px"}