Added Support for Formulas and Optimize the Rendering of Data Blocks When Exporting to PDF
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user