Browse Source

修改简报信息页样式问题

limeng 1 month ago
parent
commit
003fb98fba
1 changed files with 8 additions and 0 deletions
  1. 8 0
      WebRoot/main/news_xxjb.jsp

+ 8 - 0
WebRoot/main/news_xxjb.jsp

@@ -45,6 +45,14 @@ window.location.href="<%=basePath%>main/<%=id%>_0/news_xxjb.html";
 <script src="<s:property value="#application['basePath']"/>/ligerui/lib/ligerUI/js/plugins/ligerDrag.js" type="text/javascript"></script>
 <script src="<s:property value="#application['basePath']"/>/ligerui/lib/ligerUI/js/plugins/ligerDialog.js" type="text/javascript"></script>
 <script src="<s:property value="#application['basePath']"/>/ligerui/lib/ligerUI/js/plugins/ligerResizable.js" type="text/javascript"></script>
+<style>
+	body {
+		width: 100%;
+		height: 100%;
+		background: #f5f7fa;
+		min-height: 1040px;
+	}
+</style>
 <script>
 function changePassword(){
 	var username='<%=session.getAttribute("username")%>';