Added Support for Formulas and Optimize the Rendering of Data Blocks When Exporting to PDF

This commit is contained in:
马一丁
2025-11-19 18:54:29 +08:00
parent f1285c63fd
commit 147edbe8c7
3 changed files with 400 additions and 1 deletions
@@ -805,6 +805,13 @@ p {{
line-height: {cfg.callout.line_height};
}}
/* 确保 callout 内部最后一个元素不会溢出底部 */
.callout > *:last-child,
.callout > *:last-child > *:last-child {{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}}
/* 表格优化 - 严格防止溢出 */
table {{
width: 100%;