소스 검색

修改简报信息页样式问题

limeng 1 개월 전
부모
커밋
003fb98fba
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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")%>';