From 2dc1fff4cf050a096e0f3dd4a25d247ab3667ee3 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Wed, 18 Mar 2020 18:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/datadictionary/list-tree.html | 4 ++-- .../templates/datadictionary/list.html | 20 +------------------ .../templates/dynamic/config/form/list.html | 8 ++++---- 3 files changed, 7 insertions(+), 25 deletions(-) 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, }); } // 初始化日期