diff --git a/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list-tree.html b/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list-tree.html index 51aa632..9ff0517 100644 --- a/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list-tree.html +++ b/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list-tree.html @@ -17,7 +17,7 @@
-
+
    @@ -54,7 +54,7 @@ // 初始化大小 function initSize() { $('#leftTreeWrap').css({ - height: $win.height() - 50, + height: $win.height() - 30, overflow: 'auto' }); $('#listContentWrap').css({ diff --git a/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list.html b/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list.html index 75d6267..0c40134 100644 --- a/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list.html +++ b/cloud-common-plugin-dictionary/src/main/resources/templates/datadictionary/list.html @@ -20,12 +20,6 @@
    -
    - -
    -
    - -
    @@ -108,24 +102,12 @@ url: top.restAjax.path('api/datadictionary/listpagedictionary?parentId={parentId}', [parentId]), where: { keywords: $('#keywords').val(), - startTime: $('#startTime').val(), - endTime: $('#endTime').val() }, height: $win.height() - 60, }); } // 初始化日期 - function initDate() { - // 日期选择 - laydate.render({ - elem: '#startTime', - format: 'yyyy-MM-dd' - }); - laydate.render({ - elem: '#endTime', - format: 'yyyy-MM-dd' - }); - } + function initDate() {} // 删除 function removeData(ids) { top.dialog.msg(top.dataMessage.delete, { diff --git a/cloud-common-plugin-dynamic/src/main/resources/templates/dynamic/config/form/list.html b/cloud-common-plugin-dynamic/src/main/resources/templates/dynamic/config/form/list.html index ceb2f1b..576e0c4 100644 --- a/cloud-common-plugin-dynamic/src/main/resources/templates/dynamic/config/form/list.html +++ b/cloud-common-plugin-dynamic/src/main/resources/templates/dynamic/config/form/list.html @@ -12,8 +12,8 @@ -
    -
    +
    +
    @@ -77,7 +77,7 @@ id: 'dataTable', url: top.restAjax.path('api/dynamicconfigtable/dynamicconfigform/listpageform/{tableName}', [$('#tableName').val()]), width: admin.screen() > 1 ? '100%' : '', - height: $win.height() - 90, + height: $win.height() - 60, limit: 20, limits: [20, 40, 60, 80, 100, 200], toolbar: '#headerToolBar', @@ -241,7 +241,7 @@ startTime: $('#startTime').val(), endTime: $('#endTime').val() }, - height: $win.height() - 90, + height: $win.height() - 60, }); } // 初始化日期