提交 7404dd78 authored 作者: zjm's avatar zjm

fix(PDF模块): 修改了核查、自查单据 异常数据添加下滑线

修改了任务列表根据组织结构查询任务列表的问题
上级 959fd66b
...@@ -19,6 +19,14 @@ ...@@ -19,6 +19,14 @@
line-height: 10px; line-height: 10px;
} }
.decorationLine{
/*text-decoration:underline;*/
/*text-decoration-color: red;*/
/*-webkit-text-decoration-color: red;*/
box-sizing: border-box;
border-bottom: 1px solid #000;
height: 24px;
}
/*@page{size:297mm 210mm;}<!-- 设置PDF页面大小,此配置只对生成PDF文件有效,不会对页面显示生效 -->*/ /*@page{size:297mm 210mm;}<!-- 设置PDF页面大小,此配置只对生成PDF文件有效,不会对页面显示生效 -->*/
@page { @page {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论