From 6149cfcdc9b72b37ca7d6db2778c96b140ad5f42 Mon Sep 17 00:00:00 2001
From: zengwh <81383286@qq.com>
Date: Thu, 30 Jul 2020 16:29:18 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../annotationTemplateList.jsp | 3 ---
.../approveList/approveList174.jsp | 6 +-----
.../approveManageList174.jsp | 19 ++++---------------
.../collection/collectManage174.jsp | 4 ----
.../views/otherManage/backupDatabase.jsp | 4 +---
.../views/otherManage/downloadInfoList174.jsp | 4 +---
.../WEB-INF/views/otherManage/lockList.jsp | 4 +---
.../views/otherManage/printInfoList174.jsp | 4 +---
.../commomSearch/commomListqf.jsp | 6 ------
.../templateSearch/customSearchIfameqf.jsp | 7 ++-----
.../annotationTemplateList.js | 2 +-
.../approveList/approveList174.js | 2 +-
.../approveManageList/approveManageList174.js | 2 +-
.../collection/collectManage174.js | 2 +-
.../static/js/otherManage/backupDatabase.js | 2 +-
.../js/otherManage/downloadInfoCommomJs174.js | 2 +-
.../webapp/static/js/otherManage/lockList.js | 2 +-
17 files changed, 18 insertions(+), 57 deletions(-)
diff --git a/src/main/webapp/WEB-INF/views/approveManage/annotationTemplate/annotationTemplateList.jsp b/src/main/webapp/WEB-INF/views/approveManage/annotationTemplate/annotationTemplateList.jsp
index e8d3aee..219945b 100644
--- a/src/main/webapp/WEB-INF/views/approveManage/annotationTemplate/annotationTemplateList.jsp
+++ b/src/main/webapp/WEB-INF/views/approveManage/annotationTemplate/annotationTemplateList.jsp
@@ -85,9 +85,6 @@
.typeBtn{
margin-left: 16%;
}
- .pagination{
- margin:0!important;
- }
/*模态框头*/
.modal-header{
background-color: #199ED8;
diff --git a/src/main/webapp/WEB-INF/views/approveManage/approveList/approveList174.jsp b/src/main/webapp/WEB-INF/views/approveManage/approveList/approveList174.jsp
index eebbb20..819f012 100644
--- a/src/main/webapp/WEB-INF/views/approveManage/approveList/approveList174.jsp
+++ b/src/main/webapp/WEB-INF/views/approveManage/approveList/approveList174.jsp
@@ -35,7 +35,7 @@
width: 100%;
background-color: #fff;
margin-left: 1%;
- padding-top:5px;
+ margin-top:-10px;
}
.dateSearchDiv{
width:29%;
@@ -66,14 +66,10 @@
text-align: right;
height:30px;
margin-right: 25px;
- margin-top: 5px;
}
.btn{
margin-left: 1%;
}
- .pagination{
- margin:0!important;
- }
/**级联病案号内容*/
.mouseOver{
background-color: #708090;
diff --git a/src/main/webapp/WEB-INF/views/approveManage/approveManageList/approveManageList174.jsp b/src/main/webapp/WEB-INF/views/approveManage/approveManageList/approveManageList174.jsp
index 5614fdb..f69e7cd 100644
--- a/src/main/webapp/WEB-INF/views/approveManage/approveManageList/approveManageList174.jsp
+++ b/src/main/webapp/WEB-INF/views/approveManage/approveManageList/approveManageList174.jsp
@@ -77,20 +77,9 @@
}
.btn {
- margin-right: 3%;
- margin-left: 2%;
- }
-
- .btns {
- float: right;
- margin-right: 3%;
- margin-bottom: 1%;
+ margin-right: 5px;
+ margin-left: 10px;
}
-
- .pagination {
- margin: 0 !important;
- }
-
/**批准驳回按钮组*/
.approveBtns {
margin-left: 110px;
@@ -190,10 +179,10 @@
+
diff --git a/src/main/webapp/static/js/approveManage/annotationTemplate/annotationTemplateList.js b/src/main/webapp/static/js/approveManage/annotationTemplate/annotationTemplateList.js
index c5ef92b..59454a0 100644
--- a/src/main/webapp/static/js/approveManage/annotationTemplate/annotationTemplateList.js
+++ b/src/main/webapp/static/js/approveManage/annotationTemplate/annotationTemplateList.js
@@ -11,7 +11,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 10, //每页的记录行数(*)
pageList: [5,10,15,20,30,50],//可供选择的每页的行数(*)
- height: window.innerHeight - 155, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: $(window).height()-104, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/approveManage/approveList/approveList174.js b/src/main/webapp/static/js/approveManage/approveList/approveList174.js
index 47277e9..3ac6d94 100644
--- a/src/main/webapp/static/js/approveManage/approveList/approveList174.js
+++ b/src/main/webapp/static/js/approveManage/approveList/approveList174.js
@@ -40,7 +40,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 5, //每页的记录行数(*)
pageList: [5,10,15,20,30,50],//可供选择的每页的行数(*)
- height: 320, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: $(window).height()-134, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/approveManage/approveManageList/approveManageList174.js b/src/main/webapp/static/js/approveManage/approveManageList/approveManageList174.js
index 792f173..dfc0bdd 100644
--- a/src/main/webapp/static/js/approveManage/approveManageList/approveManageList174.js
+++ b/src/main/webapp/static/js/approveManage/approveManageList/approveManageList174.js
@@ -49,7 +49,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 5, //每页的记录行数(*)
pageList: [5,10,15,20,30,50],//可供选择的每页的行数(*)
- height: 320, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: $(window).height()-134, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/approveManage/collection/collectManage174.js b/src/main/webapp/static/js/approveManage/collection/collectManage174.js
index b39bbc7..1c62160 100644
--- a/src/main/webapp/static/js/approveManage/collection/collectManage174.js
+++ b/src/main/webapp/static/js/approveManage/collection/collectManage174.js
@@ -10,7 +10,7 @@ $('#mytab').bootstrapTable({
pageNumber: 1, //初始化加载第一页,默认第一页
pageSize: 5, //每页的记录行数(*)
pageList: [5,10,15,20,30,50],//可供选择的每页的行数(*)
- height: 320, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: $(window).height()-144, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/otherManage/backupDatabase.js b/src/main/webapp/static/js/otherManage/backupDatabase.js
index c610d7a..89f9721 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: window.innerHeight - 140, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: $(window).height()-109, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/otherManage/downloadInfoCommomJs174.js b/src/main/webapp/static/js/otherManage/downloadInfoCommomJs174.js
index b342d44..14ff0e2 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: window.innerHeight - 173, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: $(window).height()-139, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',
diff --git a/src/main/webapp/static/js/otherManage/lockList.js b/src/main/webapp/static/js/otherManage/lockList.js
index 701d5d3..69cbecf 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: window.innerHeight - 138, //行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
+ height: $(window).height()-139,//行高,如果没有设置height属性,表格自动根据记录条数觉得表格高度
columns:[
{
title:'全选',