diff --git a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp
index b22b6c1..f1a6eb1 100644
--- a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp
+++ b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp
@@ -32,8 +32,7 @@
}
.insertbtn{
width:60%;
- margin-top:-3%;
- margin-left:-2%!important;
+ margin: 0 auto;
}
.searcDiv{
margin: 10px 20px;
@@ -49,9 +48,6 @@
.input-group{
padding-left:5%!important;
}
- .btn{
- margin-left:8%;
- }
.rightContent{
padding-left:1%;
}
@@ -64,7 +60,7 @@
height: calc(100vh - 43px);
}
.zTreeDemo {
- height: calc(100vh - 131px) !important;
+ height: calc(100vh - 123px) !important;
min-height: 394px !important;
}
diff --git a/src/main/webapp/static/js/distributionManage/distributionManage.js b/src/main/webapp/static/js/distributionManage/distributionManage.js
index a8e17bf..d529a3d 100644
--- a/src/main/webapp/static/js/distributionManage/distributionManage.js
+++ b/src/main/webapp/static/js/distributionManage/distributionManage.js
@@ -10,6 +10,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 5, //每页的记录行数(*)
pageList: [5,10,15,20,30,50],//可供选择的每页的行数(*)
+ height: 355,
columns:[
{
field: 'no',
diff --git a/src/main/webapp/static/js/otherManage/backupDatabase.js b/src/main/webapp/static/js/otherManage/backupDatabase.js
index bd93640..c610d7a 100644
--- a/src/main/webapp/static/js/otherManage/backupDatabase.js
+++ b/src/main/webapp/static/js/otherManage/backupDatabase.js
@@ -10,7 +10,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 10, //每页的记录行数(*)
pageList: [5,10,15,20,50,1000],//可供选择的每页的行数(*)
- _height: 1100, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: window.innerHeight - 140, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/otherManage/downloadInfoCommomJs174.js b/src/main/webapp/static/js/otherManage/downloadInfoCommomJs174.js
index 4c586d7..f1c795b 100644
--- a/src/main/webapp/static/js/otherManage/downloadInfoCommomJs174.js
+++ b/src/main/webapp/static/js/otherManage/downloadInfoCommomJs174.js
@@ -33,7 +33,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 10, //每页的记录行数(*)
pageList: [5,10,15,20,50,1000],//可供选择的每页的行数(*)
- _height: 1100, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: window.innerHeight - 173, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/otherManage/lockList.js b/src/main/webapp/static/js/otherManage/lockList.js
index b19b713..701d5d3 100644
--- a/src/main/webapp/static/js/otherManage/lockList.js
+++ b/src/main/webapp/static/js/otherManage/lockList.js
@@ -15,7 +15,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 10, //每页的记录行数(*)
pageList: [5,10,15,20,50,1000],//可供选择的每页的行数(*)
- _height: 1100, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: window.innerHeight - 138, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',