From b4e3f033de13167a9346cc8e976e04bc4d368d1d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 24 五月 2022 12:33:38 +0800 Subject: [PATCH] 2022-05-24 --- src/tabviews/zshare/mutilform/index.jsx | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.jsx b/src/tabviews/zshare/mutilform/index.jsx index b5a2231..04a4f3e 100644 --- a/src/tabviews/zshare/mutilform/index.jsx +++ b/src/tabviews/zshare/mutilform/index.jsx @@ -77,6 +77,13 @@ linkFields[item.linkField].push({field: item.field, uuid: item.uuid}) } + if (item.style) { + delete item.style.marginTop + delete item.style.marginBottom + delete item.style.marginLeft + delete item.style.marginRight + } + if (item.type === 'split') return true if (item.type === 'hint') { if (item.field && data && data[item.field]) { -- Gitblit v1.8.0