From 616a415a940a7e51edcbcfb8f491f461249960ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Thu, 9 Mar 2023 12:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20`fixbar`=20=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=B1=9E=E6=80=A7=E5=90=8D=E5=92=8C=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/util.js b/src/modules/util.js index d836fd44..9d3cafdd 100644 --- a/src/modules/util.js +++ b/src/modules/util.js @@ -20,8 +20,8 @@ layui.define('jquery', function(exports){ target: 'body', // fixbar 的插入目标选择器 bars: [], // bar 信息 default: true, // 是否显示默认 bar - showHeight: 200, // 出现 top bar 的滚动条高度临界值 - duration: 200 // top bar 等动画时长(毫秒) + margin: 160, // 出现 top bar 的滚动条高度临界值 + duration: 320 // top bar 等动画时长(毫秒) }, options); // 目标元素对象