From 9fbe4a6584940299a717bb1a94ab944fd2d3521d Mon Sep 17 00:00:00 2001 From: cxb <1151671293@qq.com> Date: Fri, 13 Dec 2019 11:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Layer.photos=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=9B=BE=E7=89=87=E6=97=B6=EF=BC=8C=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=BC=B9=E5=88=B0=E6=9C=80=E4=B8=8A=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/require-table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/js/require-table.js b/public/assets/js/require-table.js index d7aa50658..f501c2e2b 100644 --- a/public/assets/js/require-table.js +++ b/public/assets/js/require-table.js @@ -444,6 +444,7 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table src: Fast.api.cdnurl(value), }); }); + $("html body").css('height',screen.height); Layer.photos({ photos: { "start": $(this).parent().index(), -- Gitee