From 93f67eceb286067a6ec5bbd747147f4824c1c6d2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 13 五月 2023 22:50:54 +0800 Subject: [PATCH] 2023-05-13 --- src/menu/components/card/balcony/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/balcony/index.jsx b/src/menu/components/card/balcony/index.jsx index 9d29317..b883cf9 100644 --- a/src/menu/components/card/balcony/index.jsx +++ b/src/menu/components/card/balcony/index.jsx @@ -175,6 +175,10 @@ newcard.datatype = 'dynamic' newcard.height = 1 + if (card.wrap.datatype === 'static') { + newcard.datatype = 'static' + } + // 娉ㄥ唽浜嬩欢-娣诲姞鍏冪礌 MKEmitter.emit('cardAddElement', card.uuid, newcard) } -- Gitblit v1.8.0