1096 - 🐞 修复使用 `destroyOnClose` 时没有关闭动画的问题。[#11307](https://github.com/ant-design/ant-design/issues/11307) 1097 - 🐞 修复 `width` 以`vw` 为单位时的显示错误。[#11326](https://github.com/ant-design/ant-design/issues/11326) 1098 - 🐞 修复 `wrapClassName` 属性...
notification.success(config) notification.error(config) notification.info(config) notification.warning(config) notification.warn(config) notification.open(config) notification.close(key: String) notification.destroy()config 参数如下:参数说明类型默认值版本 btn 自定义关闭按钮 VNode - ...
909 - 🛠 重构 Modal 组件动画,现在 `destroyOnClose` 关闭时将完全清理相关 Dom 节点。[#26940](https://github.com/ant-design/ant-design/pull/26940) 910 - 🆕 Modal 新增 `modalRender` 属性,支持可拖拽的对话框。[#26507](https://github.com/ant-design/ant-design/pull/26507) [@jhoneybee...
🛠 Drawer 加载中的状态实现由 Spin 替换为 Skeleton。#48886 @ li-jia-nan Form 🆕 Form.Item 新增 layout 属性以切换布局方式。#49119 @ crazyair 🆕 Form 的 ref 属性支持获取原生节点。#48841 @ wanpan11 🆕 Form 新增 clearOnDestroy 属性以在卸载时清空表单数据。#48921 @ crazyair Image ...
<> <CreateShellReceiverForm onCheck={addr => { return true }} onCreated={(addr) => { startListenPort(addr); m.destroy() }}/> </> }) } useEffect(() => { const errorKey = "client-listening-port-end"; ipcRenderer.on(errorKey, (e: any, data: any) => { Modal.info({title:...
notification.close(key: String) notification.destroy() config 参数如下: 参数说明类型默认值版本 btn自定义关闭按钮vueNode |function(h)- bottom消息从底部弹出时,距离底部的位置,单位像素。string24px1.5.0 class自定义 CSS classstring- description通知提醒内容,必选string |vueNode |function(h)- ...