From 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 13 九月 2022 14:42:33 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/components/card/cardcellcomponent/index.jsx |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/card/cardcellcomponent/index.jsx b/src/menu/components/card/cardcellcomponent/index.jsx
index 146bf94..b2d12a3 100644
--- a/src/menu/components/card/cardcellcomponent/index.jsx
+++ b/src/menu/components/card/cardcellcomponent/index.jsx
@@ -650,7 +650,7 @@
 
     if (!card) return null
 
-    if (['pop', 'prompt', 'exec'].includes(card.OpenType)) {
+    if (['pop', 'prompt', 'exec', 'form'].includes(card.OpenType)) {
       return <VerifyCard
         card={card}
         dict={dict}
@@ -748,8 +748,7 @@
           </Modal>
           {/* 鎸夐挳浣跨敤绯荤粺瀛樺偍杩囩▼鏃讹紝楠岃瘉淇℃伅妯℃�佹 */}
           <Modal
-            wrapClassName="model-table-action-verify-modal"
-            title={(card && card.label ? card.label + ' - ' : '') + '楠岃瘉淇℃伅'}
+            wrapClassName="mk-pop-modal"
             visible={profVisible}
             width={'90vw'}
             maskClosable={false}

--
Gitblit v1.8.0