refactor(xxl-job): 重构页面模板结构

- 新增 commonHeader、commonFooter 和 commonLeft宏
- 更新 jobcode、jobgroup、jobinfo 和 joblog 页面结构
- 统一页面样式和布局
- 优化代码可读性和可维护性
3.2.0-release
xuxueli 4 weeks ago
parent 8ae13cfab8
commit 8c6f0223b9

@ -9,11 +9,13 @@
<#-- biz start1/5 style -->
<#-- biz end1/5 end -->
</head>
<body class="hold-transition skin-blue sidebar-mini">
<body class="hold-transition skin-blue layout-top-nav">
<div class="wrapper">
<!-- header -->
<#-- biz start2/5 style -->
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="container">
@ -47,28 +49,24 @@
</div>
</nav>
</header>
<!-- left -->
<#-- biz start2/5 left -->
<#-- biz end2/5 left -->
<#-- biz end2/5 end -->
<!-- right start -->
<div class="content-wrapper" >
<!-- content-header -->
<#-- biz start3/5 name -->
<#-- biz end3/5 name -->
<!-- content-main -->
<section class="content">
<#-- biz start4/5 content -->
<#-- biz start4/5 content -->
<pre style="font-size:12px;position:relative;" >
<div id="logConsole"></div>
<li class="fa fa-refresh fa-spin" style="font-size: 20px;float: left;" id="logConsoleRunning" ></li>
</pre>
<#-- biz end4/5 content -->
</section>
</div>
<!-- right end -->

Loading…
Cancel
Save