Commit 962876f0 by huangfusuper

调整模板引擎

parent 6cb1b189
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8"/>
<title>工作流执行报告</title>
</head>
<body>
<table border='1' width='80%' align='center' cellspacing='0' cellpadding='6'>
<table border='1' width='80%' align='center' cellspacing='0' cellpadding='6'>
<div style="margin-bottom: 20px">
<h1 style='text-align:center;color:red'>工作流执行报告</h1>
<div style="margin-bottom: 20px;">
<h1 style='text-align:center;color:red;'>工作流执行报告</h1>
<br/>
<span style="margin-left: 10%;font-size: 16px;color: #646256" th:text="'工作流名称:'+${title}"></span>
<span style="margin-left: 10%;font-size: 16px;color: #646256" th:text="'总耗时:'+${flowConsumeDate}"></span>
<span style="float:right;margin-right: 11%;font-size: 16px;color: #646256" th:text="'环境:'+${env}"></span>
<span style="margin-left: 10%;font-size: 16px;color: #646256;" th:text="'工作流名称:'+${title}"></span>
<span style="margin-left: 10%;font-size: 16px;color: #646256;" th:text="'总耗时:'+${flowConsumeDate}"></span>
<span style="float:right;margin-right: 11%;font-size: 16px;color: #646256;" th:text="'环境:'+${env}"></span>
</div>
<thead align='center' style='background: blue;color: #fff'>
......@@ -38,6 +38,6 @@
</th>
</tr>
</tbody>
</table>
</table>
</body>
</html>
\ No newline at end of file
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