f
This commit is contained in:
@@ -478,8 +478,9 @@
|
||||
page-break-inside: auto;
|
||||
break-inside: auto;
|
||||
}
|
||||
/* 模块标题也允许在页尾被拆分,避免整块下移造成大面积空白 */
|
||||
.section-card h2 {
|
||||
page-break-after: avoid;
|
||||
page-break-after: auto;
|
||||
}
|
||||
.item-list li {
|
||||
/* 列表项允许在需要时被分页拆分 */
|
||||
@@ -536,10 +537,16 @@
|
||||
</div>
|
||||
<!-- 固定悬浮的保存 PDF 按钮(在 .page 外,不会被截进 PDF) -->
|
||||
<div class="pdf-actions-fixed">
|
||||
<button id="btnSavePdf" class="pdf-fixed-btn" type="button">保存为 PDF</button>
|
||||
<button id="btnSavePdf" class="pdf-fixed-btn" type="button">
|
||||
保存为 PDF
|
||||
</button>
|
||||
</div>
|
||||
<!-- 生成 PDF 时的加载浮层 -->
|
||||
<div id="pdfLoadingOverlay" class="pdf-loading-overlay" aria-hidden="true">
|
||||
<div
|
||||
id="pdfLoadingOverlay"
|
||||
class="pdf-loading-overlay"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<div class="pdf-loading-content">
|
||||
<div class="pdf-loading-spinner" aria-hidden="true"></div>
|
||||
<p>正在生成 PDF,请稍候...</p>
|
||||
|
||||
Reference in New Issue
Block a user