页眉隐藏

main
SWX\10484 6 days ago
parent 3f36e7d898
commit 9a6fb0894a
  1. 4
      src/views/cases/components/UltrasoundReportPrint.vue

@ -184,6 +184,10 @@ export default {
@page { @page {
size: A4; size: A4;
margin: 15mm; margin: 15mm;
/* 隐藏浏览器自动生成的页眉(URL、标题、日期) */
@top-left { content: ""; }
@top-center { content: ""; }
@top-right { content: ""; }
} }
html, html,

Loading…
Cancel
Save