From d9bfae49a5a7064c197f2ade36aec95ebeb49404 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 25 十一月 2021 13:37:03 +0800 Subject: [PATCH] 2021-11-25 --- src/menu/components/card/cardcellcomponent/index.jsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/index.jsx b/src/menu/components/card/cardcellcomponent/index.jsx index 2b1e18b..1d322fd 100644 --- a/src/menu/components/card/cardcellcomponent/index.jsx +++ b/src/menu/components/card/cardcellcomponent/index.jsx @@ -342,7 +342,6 @@ let _elements = elements.map(cell => { if (cell.uuid === res.uuid) { res.style = cell.style || {} - res.$type = cell.$type || '' if (res.eleType === 'splitline' && cell.eleType !== 'splitline') { res.style.paddingTop = '5px' res.style.paddingBottom = '5px' -- Gitblit v1.8.0