king
2022-09-13 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54
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}