vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.02k stars 3.77k forks source link

Bug - ConfigProvider 组件 设置了 prefixcls后 Modal 内 prefixcls 未更改 。4.2.1版本 #7536

Closed changjiaqio closed 1 month ago

changjiaqio commented 4 months ago

Version

undefined

Environment

vue - 3.4.23 和 antd-desinger-vue - 4.2.0

Reproduction link

https://www.antdv.com/components/config-provider-cn

Steps to reproduce

main.ts内 ConfigProvider.config({ prefixCls: 'blr', }); 根节点内 ConfigProvider.config({ prefixCls: 'blr', }); 根据less-loader 修改 @ant-prefixCls 都无用

此时 打开谷歌 devtools 发现 prefixCls 还是 ant

What is expected?

Modal prefixCls 应该为 blr

What is actually happening?

此时 打开谷歌 devtools 发现 prefixCls 还是 ant


希望 antv 团队有时间看一下 ,辛苦各位老师们。 image

image

extclp commented 4 months ago

参考 ConfigProvider 全局化配置

changjiaqio commented 3 months ago

antd-desinger-vue 与 antd-desinger config 配置有出入的。

extclp commented 3 months ago

用法功能一样, 文档那边没写清楚

changjiaqio commented 3 months ago

f29b5333ee7d419e87333e71b5ad3303 从 源码 去看入参是和antd有出入的

selicens commented 3 months ago

image https://www.antdv.com/components/config-provider-cn

selicens commented 3 months ago

image 哪种能达到效果就先用哪种呗

github-actions[bot] commented 1 month ago

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