From aed37d61fcc6b2d9bfc6d22bf0edac27b1d96b8c Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 9 Aug 2022 16:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/views/modules/demo/demoFormTabPage.html | 4 ++-- .../main/resources/views/modules/demo/demoFormTabPage.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web-fast/src/main/resources/views/modules/demo/demoFormTabPage.html b/web-fast/src/main/resources/views/modules/demo/demoFormTabPage.html index ee783727..34d48df6 100644 --- a/web-fast/src/main/resources/views/modules/demo/demoFormTabPage.html +++ b/web-fast/src/main/resources/views/modules/demo/demoFormTabPage.html @@ -39,7 +39,7 @@ var windowHeight = $(window).height(), headerHeight = $('.box-header').outerHeight() || 0, footerHeight = $('.box-footer').outerHeight() || 0, - height = windowHeight - headerHeight - footerHeight - 13; + height = windowHeight - headerHeight - footerHeight - 20; return height < 300 ? 300 : height; } }); @@ -59,7 +59,7 @@ var windowHeight = $(window).height(), headerHeight = $('.box-header').outerHeight() || 0, footerHeight = $('.box-footer').outerHeight() || 0, - height = windowHeight - headerHeight - footerHeight - 13; + height = windowHeight - headerHeight - footerHeight - 20; return height < 300 ? 300 : height; } }); diff --git a/web/src/main/resources/views/modules/demo/demoFormTabPage.html b/web/src/main/resources/views/modules/demo/demoFormTabPage.html index ee783727..34d48df6 100644 --- a/web/src/main/resources/views/modules/demo/demoFormTabPage.html +++ b/web/src/main/resources/views/modules/demo/demoFormTabPage.html @@ -39,7 +39,7 @@ var windowHeight = $(window).height(), headerHeight = $('.box-header').outerHeight() || 0, footerHeight = $('.box-footer').outerHeight() || 0, - height = windowHeight - headerHeight - footerHeight - 13; + height = windowHeight - headerHeight - footerHeight - 20; return height < 300 ? 300 : height; } }); @@ -59,7 +59,7 @@ var windowHeight = $(window).height(), headerHeight = $('.box-header').outerHeight() || 0, footerHeight = $('.box-footer').outerHeight() || 0, - height = windowHeight - headerHeight - footerHeight - 13; + height = windowHeight - headerHeight - footerHeight - 20; return height < 300 ? 300 : height; } });