From f155ee9b2db0f4eee687b53fd2f09bd3ebb02677 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 10 六月 2023 00:14:05 +0800 Subject: [PATCH] 2023-06-10 --- src/menu/components/card/cardcomponent/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcomponent/index.jsx b/src/menu/components/card/cardcomponent/index.jsx index db2c7f5..0d6a97d 100644 --- a/src/menu/components/card/cardcomponent/index.jsx +++ b/src/menu/components/card/cardcomponent/index.jsx @@ -121,6 +121,7 @@ } addElement = () => { + const { cards } = this.props const { card } = this.state let newcard = {} @@ -132,6 +133,8 @@ newcard.height = 1 if (card.$cardType === 'extendCard' && card.setting.cardRole === 'header') { + newcard.datatype = 'static' + } else if (cards.subtype === 'propcard' && cards.wrap.datatype === 'static') { newcard.datatype = 'static' } @@ -283,6 +286,7 @@ if (element.copyType === 'action') { element.eleType = 'button' + element.width = element.width || 12 } element.uuid = _uuid -- Gitblit v1.8.0