ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

全局a-config-provider设置的componentSize,在modal.confirm中没有生效

Open dubiping opened this issue 1 year ago • 1 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

调用modal.confirm时,全局设置的componentSize生效

What does the proposed API look like?

全局a-config-provider设置的componentSize, 赋值到globalConfigForApi, 使其modal.confirm内部的定义a-config-provider也同步生效

dubiping avatar Aug 14 '24 07:08 dubiping

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Oct 14 '24 02:10 github-actions[bot]

因为Modal.confirm他是重新createApp创建的一个容器,没有兼容原有的appContext.

15890182384 avatar Nov 29 '24 06:11 15890182384