ant-design-vue
ant-design-vue copied to clipboard
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 在light模式下,无法直接将tabs, dropdown等组件变为暗色 ### What does...
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.1 ### Environment 5.0 (Macintosh; Intel Mac OS X...
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.1.0 ### Environment Windows11,Chrome:122.0.6261.57,Vue:3.2.13 ### Reproduction link [https://github.com/ErrorCodesForLzx/pop_result](https://github.com/ErrorCodesForLzx/pop_result) ### Steps...
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version undefined ### Environment ant-design-vue 1.3.5 ### Reproduction link [![Edit on...
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.1 ### Environment "vue": "^3.4.27" ### Reproduction link https://codesandbox.io/p/devbox/tender-violet-xj5j5f ###...
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 1.7.3 ### Environment vue2 and vue 1.7.3 ### Reproduction...
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.1 ### Environment window10, edge124.0.2478.97, vue3.4.21 ### Reproduction link...
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.1 ### Environment mac, chrome ### Reproduction link [![Edit on...
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.  antd不会发生重叠  ### Version 4.2.1 ### Environment mac, chrome ### Reproduction...
### Version 4.2.1 ### Environment vue: 3.4 ### Reproduction link [configprovider-config](https://next.antdv.com/components/config-provider-cn#configprovider-config-3-0-0) [ConfigProvider 中配置主题 ](https://next.antdv.com/docs/vue/customize-theme-cn#%E4%BD%BF%E7%94%A8-design-token) ### Steps to reproduce 先通过 a-config-provider标签设置了theme的token颜色圆角 随后设置暗色主题 `algorithm: [theme.compactAlgorithm, theme.darkAlgorithm]` 到这都是正常的 **之后通过ConfigProvider.config() 里的theme属性设置主题色导致组件message, Modal, notification的暗色主题失效** ```vue...