@@ -394,4 +394,11 @@ export default {
margin-top: 0.3125rem;
margin-bottom: 1.25rem;
}
+@media print {
+ // 打印样式,去除页眉页脚
+ @page {
+ margin-top: 0;
+ margin-bottom: 0;
+ }
+}
</style>