Commit 435c08c7 authored by zhengke's avatar zhengke

修改打印样式

parent 73b8f4b0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
._PrintPage{ ._PrintPage{
width: 100%; width: 100%;
background-color: white; background-color: white;
position: absolute; /* position: absolute; */
padding-top: 20px; padding-top: 20px;
} }
._PrintPage_box{ ._PrintPage_box{
...@@ -14,6 +14,12 @@ ...@@ -14,6 +14,12 @@
._border_1{ ._border_1{
border: 1px solid #333333; border: 1px solid #333333;
margin-bottom:30px; margin-bottom:30px;
page-break-after: always;
}
@media print {
._PrintPage{
margin-left:-145px;
}
} }
</style> </style>
<template v-loading="loading"> <template v-loading="loading">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment