From b672e5a7beee3acc325829728a4ba410c1f2e1b9 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sun, 2 Apr 2023 22:58:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/module/templates/entry-preview.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/themes/module/templates/entry-preview.php b/wp-content/themes/module/templates/entry-preview.php index 499c891..b586dcf 100644 --- a/wp-content/themes/module/templates/entry-preview.php +++ b/wp-content/themes/module/templates/entry-preview.php @@ -75,8 +75,7 @@ jQuery(function ($) { $('.btn-enquiry-img').on('click', function() { layer.open({ type: 1, - skin: 'layui-layer-rim', //加上边框 - area: ['420px', '240px'], //宽高 + area: ['800px', '800px'], //宽高 content: '' }); })