From 5a6aca36ea95a9203f152e13899677f3daf48801 Mon Sep 17 00:00:00 2001 From: Devil Date: Sun, 29 Nov 2020 19:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.txt | 1 + public/static/admin/default/js/common.js | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 12c4b8b02..efba0706b 100755 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,7 @@ web端 3. 顶部小导航/logo位置新增钩 4. 新增商品参数模板管理、配置商品直接选择模板载入 5. 分页组件新增自定义页码跳转 + 6. 后端动态表格数据列表组件优化高度固定 小程序 1. 支付订单0金额错误修复 diff --git a/public/static/admin/default/js/common.js b/public/static/admin/default/js/common.js index dea9c47df..ac28050c5 100644 --- a/public/static/admin/default/js/common.js +++ b/public/static/admin/default/js/common.js @@ -60,10 +60,6 @@ function FormTableHeightHandle() { // 页面右侧总内容容器高度 var height = $('.content-right .content-top').outerHeight(true) || 0; - if(height > 0) - { - height += 10; - } $('.content-right').css('height', 'calc(100% - '+height+'px)'); // 内容高度 -- GitLab