Browse Source

素材审核页码位置调整(back)

bao.zhang 9 years ago
parent
commit
476ba4d62f

+ 1 - 0
src/main/webapp/WEB-INF/pages/back/main/audit/audit/index.ftl

@@ -3,6 +3,7 @@
 	<!--css-->
 	<link rel="stylesheet" href="${ctx}/assets/css/public-head.css"/>
 	<link rel="stylesheet" href="${ctx}/assets/css/audit.css"/>
+	<link rel="stylesheet" href="${ctx}/assets/css/newforwebback.css"/>
 	<!--js dependence-->
 	<script type="text/javascript" src="${ctx}/assets/js/lib/jquery-1.9.1.min.js"></script>
 	<script type="text/javascript" src="${ctx}/assets/js/audit.js"></script>

+ 1 - 1
src/main/webapp/WEB-INF/pages/back/main/audit/audit/list.ftl

@@ -32,7 +32,7 @@
 </table>
 <div id="footBar">
 	<button class='exportExcel' href="${ctx}/back/main/audit/audit/exportDataReportExcel">导出Excel</button>
-	<div id="paged">
+	<div id="paged" style="margin-top:-35px !important;margin-right:-50px !important;">
        <#include "/common/pagination/simple.ftl"/>
     </div>
 </div>