normalize unmatched preview values

This commit is contained in:
2026-05-08 22:47:06 +08:00
parent d21dae3231
commit 1b8cbf92c7
3 changed files with 54 additions and 9 deletions

View File

@@ -440,8 +440,9 @@ def _page_shell(body: str, subtitle: str = "\u4e0a\u4f20\u201c\u5f85\u5904\u7406
.table-wrap {{
width: 100%;
max-width: 100%;
max-height: 620px;
overflow: auto;
max-height: 380px;
overflow-x: auto;
overflow-y: scroll;
background: #fff;
}}
table {{