This commit is contained in:
yuxianghui
2025-06-20 13:37:42 +08:00
parent 109ea8729d
commit 364127beb3

View File

@@ -203,8 +203,13 @@
<!-- 页脚固定在底部 --> <!-- 页脚固定在底部 -->
<!-- <div style="position: absolute; bottom: 0; left: 0; right: 0;"> --> <!-- <div style="position: absolute; bottom: 0; left: 0; right: 0;"> -->
<t t-call="sf_quality.report_quality_footer"/> <!-- <t t-call="sf_quality.report_quality_footer"/>-->
<!-- </div> --> <!-- </div> -->
<t t-if="o._index == len(docs) - 1">
<div style="position: absolute; bottom: 0; left: 0; right: 0;">
<t t-call="sf_quality.report_quality_footer"/>
</div>
</t>
</div> </div>
</t> </t>
</t> </t>