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

Loading…
Cancel
Save