Commit 541b2b0a authored by zhengke's avatar zhengke

修改打印页面

parent b119e83a
......@@ -2,25 +2,24 @@
._PrintPage{
width: 100%;
background-color: white;
/* position: absolute; */
position: absolute;
padding-top: 20px;
}
._PrintPage_box{
width: 1000px;
/* margin-left: 160px; */
margin: 0 auto;
padding: 0 !important;
}
._border_1{
border: 1px solid #333333;
margin-bottom:30px;
page-break-after: always;
/* page-break-after: always; */
}
@media print {
/* @media print {
._PrintPage{
margin-left:-145px;
}
}
} */
</style>
<template v-loading="loading">
<div class="_PrintPage">
......
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