We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前直接写死了 closable
<Dialog prefixCls="kuma-dlg" className={`kuma-dlg-confirm ${newProps.className}`} onCancel={onCancel} visible closable title="" footer="" transitionName={newProps.transitionName} maskTransitionName={newProps.maskTransitionName} width={newProps.width} htmlClassName={newProps.htmlClassName} getContainer={newProps.getContainer} > <div>{body} {footer}</div> </Dialog>
The text was updated successfully, but these errors were encountered:
confirm 这种模式就是希望点击按钮的吧,如果是要 closable,为什么不直接使用标签形式的 Dialog?
Sorry, something went wrong.
模态的可以不用通过 visible 控制,直接类似 Dialog.confirm 的方式使用
这个 owner 看一下吧,开下应该配置应该还好的。
No branches or pull requests
目前直接写死了 closable
The text was updated successfully, but these errors were encountered: