4afc0206 by lihua

fix: br换行下载报告

1 parent fde02f4f
......@@ -353,7 +353,7 @@
<!-- 6. 建议与改进 -->
<h1 v-if="analysisResultInfo.rating <= 2" style="text-align: left;margin-top: 10px;margin-bottom: 10px;">六、建议与改进</h1>
<p v-if="analysisResultInfo.rating <= 2" style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `需要对准标识符${analysisResultInfo.qualifiedIdentifier?.map(f => f.chName)?.join('、')}做有效的泛化和抑制,满足k-匿名要求(设定k10),从而使得该数据集适用于受控环境下进行跨机构流通。` }}</p>
<br clear="all" style="page-break-before:always;mso-break-type:section-break">
<br clear="all" style="page-break-before:always;mso-break-type:section-break" class="br1">
<!-- 附录:不符合规则的文件清单 -->
<br v-if="noComplianceList.length" clear="all" style="page-break-before:always;mso-break-type:section-break">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!