浏览代码

ESB布局调整

hzp 9 年之前
父节点
当前提交
77fa189f54
共有 31 个文件被更改,包括 50 次插入439 次删除
  1. 11 13
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/dimension.jsp
  2. 0 25
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/dimensionCss.jsp
  3. 1 8
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/dimensionJs.jsp
  4. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/editorDimensionCss.jsp
  5. 8 9
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/dimensioncatetory.jsp
  6. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/dimensioncatetoryCss.jsp
  7. 2 10
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/dimensioncatetoryJs.jsp
  8. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/editorDimensionCatetoryCss.jsp
  9. 0 5
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcebrowse/resourceCss.jsp
  10. 0 5
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceAuthorizeCss.jsp
  11. 0 3
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceAuthorizeDialogCss.jsp
  12. 0 5
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceConfigCss.jsp
  13. 0 12
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceDimensionDialogCss.jsp
  14. 0 12
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceImportDatasetDialogCss.jsp
  15. 11 12
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRest.jsp
  16. 0 7
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestCss.jsp
  17. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestDetailDialogCss.jsp
  18. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestDialogCss.jsp
  19. 1 14
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestJs.jsp
  20. 13 16
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dict.jsp
  21. 0 7
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictCss.jsp
  22. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictDialogCss.jsp
  23. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictItemDialogCss.jsp
  24. 1 14
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictJs.jsp
  25. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menu/editorMenuCss.jsp
  26. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menu/menuCss.jsp
  27. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menuaction/editorMenuActionCss.jsp
  28. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/editorParamCss.jsp
  29. 1 1
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/systemParam.jsp
  30. 0 21
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/systemParamCss.jsp
  31. 1 9
      Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/systemParamJs.jsp

+ 11 - 13
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/dimension.jsp

@ -3,29 +3,28 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<!--######用户管理页面Title设置######-->
<!-- ####### 页面部分 ####### -->
<div class="m-content">
    <div id="div_wrapper">
        <div position="left" title="">
            <div class="l-text-wrapper m-form-control" style="margin-bottom: 15px">
<div  id="div_wrapper">
        <div position="left"  style="margin-left:10px;margin-top:10px;">
            <div   class="m-form-group">
                <input type="text" id="div_wrapper_left_inp_search" placeholder="请输入维度类别名称"/>
            </div>
            <ul id="dimension_tree" class="m-snav"></ul>
        </div>
        <!-- ####### 查询条件部分 ####### -->
        <div position="center">
            <div class="m-retrieve-area f-h50 f-pr m-form-inline">
                <div class="m-form-group f-mt10">
        <div position="center" style="margin-left:10px;margin-top:10px;margin-right:10px;">
            <div class="m-form-inline">
                <div class="m-form-group">
                    <div class="m-form-control">
                        <input type="text" id="txtName" class="l-text-field" placeholder="请输入名称"/>
                    </div>
                    <div class="m-form-control f-ml20">
                    <div class="m-form-control">
                        <!--按钮:查询 & 新增-->
                        <div id="btn_search" class="l-button u-btn u-btn-primary u-btn-small f-ib f-vam">
                            <span><spring:message code="btn.search"/></span>
                        <div id="btn_search" class="l-button">
                            <span>搜索</span>
                        </div>
                    </div>
                    <div class="m-form-control m-form-control-fr" style="float: right">
                        <div id="div_new_dimension" class="l-button u-btn u-btn-primary u-btn-small f-ib f-vam">
                    <div class="m-form-control right" >
                        <div id="div_new_dimension" class="l-button">
                            <span>新增维度</span>
                        </div>
                    </div>
@ -38,5 +37,4 @@
            </div>
        </div>
    </div>
</div>

+ 0 - 25
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/dimensionCss.jsp

@ -1,25 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #dimension_tree span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 1 - 8
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/dimensionJs.jsp

@ -18,7 +18,6 @@
        },
        initLayout: function () {
            this.$layout = this.$layout.ligerLayout({
                height:"99%",
                leftWidth: 200,
                isLeftCollapse: false,//左边区域初始化不可以隐藏
                allowLeftCollapse: false//左边区域不可以隐藏
@ -102,15 +101,9 @@
                onDblClickRow: function (row) {
                    dimension.editorDialog(row.id);
                },
                alternatingRow: false,
                checkbox: false,
                usePager: false,
                heightDiff: -10,
                parms: {
                    rows: 10000
                },
                headerRowHeight: 40,
                rowHeight: 40
                }
            });
        },
        delete: function (id) {

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/editorDimensionCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 8 - 9
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/dimensioncatetory.jsp

@ -3,11 +3,10 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<!--######用户管理页面Title设置######-->
<!-- ####### 页面部分 ####### -->
<div class="m-content">
    <div id="div_wrapper">
<div class="m-content" id="div_wrapper">
        <!-- ####### 查询条件部分 ####### -->
        <div class="m-retrieve-area f-h50 f-dn f-pr m-form-inline">
            <div class="m-form-group f-mt10">
        <div class="m-form-inline">
            <div class="m-form-group">
                <div class="m-form-control">
                    <div class="l-text">
                        <input type="text" id="txtName" class="l-text-field" placeholder="请输入名称"/>
@ -15,13 +14,13 @@
                </div>
                <div class="m-form-control f-ml20">
                    <!--按钮:查询 & 新增-->
                    <div id="btn_search" class="l-button u-btn u-btn-primary u-btn-small f-ib f-vam">
                        <span><spring:message code="btn.search"/></span>
                    <div id="btn_search" class="l-button">
                        <span>搜索</span>
                    </div>
                </div>
                <div class="m-form-control m-form-control-fr" style="float: right">
                    <div id="div_new_record" class="l-button u-btn u-btn-primary u-btn-small f-ib f-vam">
                        <span><spring:message code="btn.create"/></span>
                <div class="m-form-control right">
                    <div id="div_new_record" class="l-button">
                        <span>新增</span>
                    </div>
                </div>
            </div>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/dimensioncatetoryCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 2 - 10
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/dimensioncatetoryJs.jsp

@ -30,15 +30,7 @@
                ],
                onDblClickRow: function (row) {
                    me.editorDialog(row.id);
                },
                alternatingRow: false,
                rownumbers: true,
                checkbox: false,
                pageSize: 10,
                page: 1,
                heightDiff: -10,
                headerRowHeight: 40,
                rowHeight: 40
                }
            });
            me.bindEvents();
@ -53,7 +45,7 @@
            });
        },
        delete:function(id){
            var message = "确定要删除该系统参数吗?";
            var message = "确定要删除该类别吗?";
            jQuery.ligerDialog.confirm(message, function (confirm) {
                if (confirm)

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/dimension/dimensioncatetory/editorDimensionCatetoryCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 0 - 5
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcebrowse/resourceCss.jsp

@ -1,5 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>

+ 0 - 5
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceAuthorizeCss.jsp

@ -1,5 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
</style>

+ 0 - 3
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceAuthorizeDialogCss.jsp

@ -1,3 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>

+ 0 - 5
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceConfigCss.jsp

@ -1,5 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
</style>

+ 0 - 12
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceDimensionDialogCss.jsp

@ -1,12 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    span {
        line-height: 3px
    }
    div {
        line-height: 30px
    }
</style>

+ 0 - 12
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourceregister/rsResourceImportDatasetDialogCss.jsp

@ -1,12 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    span {
        line-height: 3px
    }
    div {
        line-height: 30px
    }
</style>

+ 11 - 12
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRest.jsp

@ -3,16 +3,15 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<!--######用户管理页面Title设置######-->
<!-- ####### 页面部分 ####### -->
<div class="m-content">
    <div id="div_wrapper">
        <div position="left" title="">
            <div style="margin-bottom: 40px">
                <div class="m-form-control" style="float: left">
<div id="div_wrapper">
        <div position="left"  style="margin-left:10px;margin-top:10px;">
            <div  class="m-form-group">
                <div class="m-form-control">
                    <input type="text" id="dictname" class="l-text-field" placeholder="请输入业务资源名称"/>
                </div>
                <div class="m-form-control f-ml20" style="float: right">
                <div class="m-form-control right">
                    <!--按钮:查询 & 新增-->
                    <div id="btn_dict" class="l-button u-btn u-btn-primary u-btn-small f-ib f-vam">
                    <div id="btn_dict" class="l-button">
                        <span>新增业务资源</span>
                    </div>
                </div>
@ -22,14 +21,14 @@
            </div>
        </div>
        <div position="center" title="">
            <div style="margin-bottom: 40px">
                <div class="m-form-control" style="float: left">
        <div position="center" style="margin-left:10px;margin-top:10px;margin-right:10px;">
            <div class="m-form-group">
                <div class="m-form-control">
                    <input type="text" id="dictItemName" class="l-text-field" placeholder="请输入业务资源项名称"/>
                </div>
                <div class="m-form-control f-ml20" style="float: right">
                <div class="m-form-control right">
                    <!--按钮:查询 & 新增-->
                    <div id="btn_dict_item" class="l-button u-btn u-btn-primary f-ib f-vam" style="width: 100px">
                    <div id="btn_dict_item" class="l-button" style="width: 100px">
                        <span>新增业务资源项</span>
                    </div>
                </div>

+ 0 - 7
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestCss.jsp

@ -1,7 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
</style>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestDetailDialogCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestDialogCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 1 - 14
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/resource/resourcerest/resourceRestJs.jsp

@ -21,7 +21,6 @@
        },
        initLayout: function () {
            this.$layout.ligerLayout({
                height:"98%",
                leftWidth: 370,
                isLeftCollapse: false,//左边区域初始化不可以隐藏
                allowLeftCollapse: false//左边区域不可以隐藏
@ -179,12 +178,6 @@
                    }
                    }
                ],
                alternatingRow: false,
                checkbox: false,
                heightDiff: -10,
                headerRowHeight: 40,
                height:"99%",
                rowHeight: 40,
                onDblClickRow:function(data,rowid,rowdata) {
                    resourceRest.editorResourceRestDialog(data.id);
                },
@ -208,15 +201,9 @@
                    }
                    }
                ],
                alternatingRow: false,
                checkbox: false,
                height:"99%",
                heightDiff: -10,
                onDblClickRow:function(data,rowid,rowdata) {
                    resourceRest.editorResourceRestDetailDialog(data.id);
                },
                headerRowHeight: 40,
                rowHeight: 40,
                }
            });
        },
    };

+ 13 - 16
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dict.jsp

@ -3,33 +3,30 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<!-- ####### 页面部分 ####### -->
<div class="m-content">
    <div id="div_wrapper">
        <div position="left" title="">
            <div style="margin-bottom: 40px">
                <div class="m-form-control" style="float: left">
<div id="div_wrapper">
        <div position="left"  style="margin-left:10px;margin-top:10px;">
            <div  class="m-form-group">
                <div class="m-form-control">
                    <input type="text" id="dictname" class="l-text-field" placeholder="请输入字典名称"/>
                </div>
                <div class="m-form-control f-ml20" style="float: right">
                <div class="m-form-control right">
                    <!--按钮:查询 & 新增-->
                    <div id="btn_dict" class="l-button u-btn u-btn-primary u-btn-small f-ib f-vam">
                    <div id="btn_dict" class="l-button">
                        <span>新增字典</span>
                    </div>
                </div>
            </div>
            <div id="dict_grid">
            </div>
            <div id="dict_grid"></div>
        </div>
        <div position="center" title="">
            <div style="margin-bottom: 40px">
                <div class="m-form-control" style="float: left">
        <div position="center" style="margin-left:10px;margin-top:10px;margin-right:10px;">
            <div  class="m-form-group">
                <div class="m-form-control">
                    <input type="text" id="dictItemName" class="l-text-field" placeholder="请输入字典项名称"/>
                </div>
                <div class="m-form-control f-ml20" style="float: right">
                <div class="m-form-control right">
                    <!--按钮:查询 & 新增-->
                    <div id="btn_dict_item" class="l-button u-btn u-btn-primary u-btn-small f-ib f-vam">
                    <div id="btn_dict_item" class="l-button">
                        <span>新增字典项</span>
                    </div>
                </div>
@ -38,5 +35,5 @@
            </div>
        </div>
    </div>
</div>

+ 0 - 7
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictCss.jsp

@ -1,7 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
</style>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictDialogCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictItemDialogCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 1 - 14
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/dict/dictJs.jsp

@ -20,7 +20,6 @@
        },
        initLayout: function () {
            this.$layout.ligerLayout({
                height:"98%",
                leftWidth: 380,
                isLeftCollapse: false,//左边区域初始化不可以隐藏
                allowLeftCollapse: false//左边区域不可以隐藏
@ -180,15 +179,9 @@
                    }
                    }
                ],
                alternatingRow: false,
                checkbox: false,
                heightDiff: -10,
                height:"99%",
                onDblClickRow:function(data,rowid,rowdata) {
                    dict.editorResourceRestDialog(data.id);
                },
                headerRowHeight: 40,
                rowHeight: 40,
                onSelectRow:function(rowdata, rowid, rowobj) {
                    dict.$dictItemGrid.loadServerData({dictId:rowdata.dictName});
                }
@ -209,15 +202,9 @@
                    }
                    }
                ],
                alternatingRow: false,
                checkbox: false,
                height:"99%",
                onDblClickRow:function(data,rowid,rowdata) {
                    dict.editorResourceRestDetailDialog(data.id);
                },
                heightDiff: -10,
                headerRowHeight: 40,
                rowHeight: 40,
                }
            });
        },
    };

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menu/editorMenuCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menu/menuCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/menuaction/editorMenuActionCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/editorParamCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 1 - 1
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/systemParam.jsp

@ -14,7 +14,7 @@
            </div>
            <div class="m-form-control m-form-control-fr" style="float: right">
            <div class="m-form-control right" >
                <div id="div_new_record" class="l-button">
                    <span><spring:message code="btn.create"/></span>
                </div>

+ 0 - 21
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/systemParamCss.jsp

@ -1,21 +0,0 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
<style>
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group {
        margin-bottom: 0px;
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group span {
        line-height: 2
    }
    #div_wrapper #div_wrapper_right .div_wrapper_right_top .m-form-inline .m-form-group center hr {
        height: 1px;
        border: none;
        border-top: 1px solid #2d9bd2;
        margin-top: 0px;
        margin-bottom: 0px
    }
</style>

+ 1 - 9
Hos-resource/src/main/webapp/WEB-INF/ehr/jsp/system/systemparam/systemParamJs.jsp

@ -36,15 +36,7 @@
                ],
                onDblClickRow: function (row) {
                    me.editorDialog(row.id);
                },
                alternatingRow: false,
                rownumbers: true,
                checkbox: false,
                pageSize: 10,
                page: 1,
                heightDiff: -10,
                headerRowHeight: 40,
                rowHeight: 40
                }
            });
            me.bindEvents();