提交 1e102426 authored 作者: zjm's avatar zjm

fix(PDF模块): 修改单据模版的中线没有对齐

修改单据模版的中线没有对齐
上级 4df52796
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
.returnTablePrint .line3 .left { .returnTablePrint .line3 .left {
display: inline-block; display: inline-block;
width: 25%; width: 246.5px;
box-sizing: border-box; box-sizing: border-box;
/*padding-left: 20px;*/ /*padding-left: 20px;*/
position: relative; position: relative;
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
bottom: 0px; bottom: 0px;
right: 150px; right: 150px;
}
.oddrowcolor { .oddrowcolor {
background-color: #fff; background-color: #fff;
} }
...@@ -414,7 +414,6 @@ ...@@ -414,7 +414,6 @@
<div class="returnTablePrint"> <div class="returnTablePrint">
<img class="erwei" src=${QRCode} />
<div class="content"> <div class="content">
<div> <div>
<div class="listWrapper"> <div class="listWrapper">
...@@ -708,6 +707,7 @@ ...@@ -708,6 +707,7 @@
<p class="bottomTxt" style="float: right;">第${page}页/共${count}页</p> <p class="bottomTxt" style="float: right;">第${page}页/共${count}页</p>
</div> </div>
</div> </div>
</div>
</body> </body>
</html> </html>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论