From 79943222ed0edc6bd35ab2858c5eda2bc3246f66 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 28 二月 2022 15:03:45 +0800 Subject: [PATCH] 2022-02-28 --- src/tabviews/custom/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 419377f..4baafcd 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -826,6 +826,7 @@ // 鏍煎紡鍖栭粯璁よ缃� formatSetting = (components, params, mainSearch, inherit, regs, balMap) => { + let delay = 20 return components.map(component => { if (component.type === 'tabs') { component.subtabs = component.subtabs.map(tab => { @@ -920,8 +921,9 @@ params.push(getStructDefaultParam(component, searchlist, params.length === 0)) } } else if (params) { - // } else if (component.floor === 1) { component.setting.sync = 'false' + component.setting.delay = delay + delay += 20 } if (balMap.has(component.uuid)) { -- Gitblit v1.8.0