diff --git a/power-admin/src/main/webapp/WEB-INF/jspf/common.jspf b/power-admin/src/main/webapp/WEB-INF/jspf/common.jspf index 326d0b4..6a312f6 100644 --- a/power-admin/src/main/webapp/WEB-INF/jspf/common.jspf +++ b/power-admin/src/main/webapp/WEB-INF/jspf/common.jspf @@ -60,5 +60,10 @@ $("#pageNum").val(pageNum) },500) } + //重设表格高度 + function reloadTableHeight(tableId) { + $("#"+tableId+".fixed-table-container").css({ "padding-bottom": "0px", height: $("#"+tableId+".fixed-table-body table").height() + 20 }); + $('#'+tableId).bootstrapTable('resetView', { height: "auto" }); + } <%@ include file="/WEB-INF/jspf/confirmJsp.jspf"%> diff --git a/power-admin/src/main/webapp/WEB-INF/views/deptDir/dept.jsp b/power-admin/src/main/webapp/WEB-INF/views/deptDir/dept.jsp index 09511f7..84d31bd 100644 --- a/power-admin/src/main/webapp/WEB-INF/views/deptDir/dept.jsp +++ b/power-admin/src/main/webapp/WEB-INF/views/deptDir/dept.jsp @@ -75,11 +75,11 @@ -
+
-
+

基本管理/科室管理


diff --git a/power-admin/src/main/webapp/WEB-INF/views/loginDir/index.jsp b/power-admin/src/main/webapp/WEB-INF/views/loginDir/index.jsp index 78fbd67..b0919e8 100644 --- a/power-admin/src/main/webapp/WEB-INF/views/loginDir/index.jsp +++ b/power-admin/src/main/webapp/WEB-INF/views/loginDir/index.jsp @@ -270,7 +270,7 @@
- +
@@ -288,5 +288,14 @@
<%@ include file="/WEB-INF/jspf/webSocket.jspf" %> + diff --git a/power-admin/src/main/webapp/WEB-INF/views/roleDir/roleNotDown.jsp b/power-admin/src/main/webapp/WEB-INF/views/roleDir/roleNotDown.jsp index fb86912..f04f705 100644 --- a/power-admin/src/main/webapp/WEB-INF/views/roleDir/roleNotDown.jsp +++ b/power-admin/src/main/webapp/WEB-INF/views/roleDir/roleNotDown.jsp @@ -75,10 +75,10 @@ -
+
-
+

基本管理/角色管理


diff --git a/power-admin/src/main/webapp/WEB-INF/views/userDir/user.jsp b/power-admin/src/main/webapp/WEB-INF/views/userDir/user.jsp index bb42997..abefd87 100644 --- a/power-admin/src/main/webapp/WEB-INF/views/userDir/user.jsp +++ b/power-admin/src/main/webapp/WEB-INF/views/userDir/user.jsp @@ -95,10 +95,10 @@ -
+
-
+

基本管理/用户管理


@@ -159,9 +159,7 @@
-
-
-
+