-
- [ ] 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.0
…
-
### Version
4.0.0-rc.5
### Environment
vite4、vue3
### Steps to reproduce
vite.config.js中配置:
```
import { theme } from 'ant-design-vue';
......
css: {
preprocessorOptions: {
…
-
### Describe the bug
Vite injects css assets in wrong order with dynamic import and css modules.
### Reproduction
[Repo to reproduce](https://github.com/pretender91/css-code-split-ord…
-
**描述bug**
清晰准确的描述bug
**如何复现**
给出详细的复现步骤
1、第一步 修改示例代码
examples/vue3/src/views/Home.vue
```vue
当前vue版本
3.2.24
当前ele…
-
- [ ] 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
3.2.20
…
-
**⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭**
- [x] 已阅读 [文档](https://anncwb.github.io/vue-vben-admin-doc/).
- [x] 确保您的代码已是最新或者所报告的 Bug 在最新版本中可以重现. (部分 Bug 可能已经在最近的代码中修复)
- [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
3.1.0
…
-
##### 版本号:
3.4.3
##### 前端版本:vue3版?还是 vue2版?
vue2
##### 问题描述:
增加shardingjdbc,但是没有效果,原来的数据源和shardingjdbc的数据源冲突吗?是只能保留shardingjdbc的吗?但是删除多数据源会报错,不删除好像shardingjdbc的不生效,但是实际看DataSourcemap里好像两个数据源全…
-
之前提的issue被关闭了,现重新说明一下,感觉红色框住的【更多】菜单和右侧的间距近的话,好像就容易出现按钮错位。我看了下其它的页面,【更多】菜单和右侧的间距比【用户管理】这个页面要宽一些,所以按钮显示是正常的。
另外,之前回复的图片中【系统用户】页面中【更多】菜单和右侧的间距比【用户管理】的大宽,所以显示也正常。
如果想复现,可以将【更多】菜单和右侧的间距调窄,让确认弹框更靠近右侧,…
-
### What problem does this feature solve?
有特殊要求的横向子节点
### What does the proposed API look like?
可以在 Tree 上直接添加此属性以控制所有节点都是横向排列,也可以在 TreeNode 上添加此属性。以控制当前节点以下横向,但是当前 TreeNode 的子节点可以添加此属性,以控制自己的排列方…