ant-design-vue-pro
ant-design-vue-pro copied to clipboard
👨🏻💻👩🏻💻 Use Ant Design Vue like a Pro! (vue2)
左侧菜单宽度
菜单名称过长导致 文字显示不完 ,如何更改左侧菜单宽度呢 
**Question (问题描述)** antd的button在点击时,正常是有水波纹效果的,可是为什么这个系统里没有?是做了样式覆盖还是别的原因呢?更新了最新版本的antd问题依然存在,烦请作者看到能给个答复,在此谢谢了。 **Describe the solution you'd like (你期待的是什么?)** 能有水波纹效果 **Additional context(附加信息)**
**Describe the bug (描述 Bug)** ant-design-vue 的 Button在点击的时候是有一个水波动画效果的,但是在这框架里面没有了 **Expected behavior(你期待的是什么?)** 哪里可以设置这个吗? **Screenshots(截图)** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g....
**Question (问题描述)** How to use component `s-table` paging **Describe the solution you'd like (你期待的是什么?)** A clear and concise description of what you want to happen. **Additional context(附加信息)** Add any other...
主题色修改
 是否可以隐藏‘整体风格设置’、‘导航模式’、‘其他设置’,只保留主题色
**Describe the bug (描述 Bug)** css重复打包  **To Reproduce (重现步骤)** Steps to reproduce the behavior: 1. 进入 https://preview.pro.antdv.com/dashboard/workplace 2. 打开控制台,查看body的css样式 **Expected behavior(你期待的是什么?)** body的没有重复的css样式
**Question (问题描述)** 我仿照着极客时间Vue开发实战36课唐金洲老师的讲课试图根据路由渲染菜单,但菜单渲染不出来,浏览器报错`TypeError: Invalid attempt to spread non-iterable instance`,具体出错点是在Array.forEach ()方法上(见下面SiderMenu.vue中的注释)。 我已与geektime分支[email protected]的代码比对过,并未发现有什么大的问题,浏览器断点调试有发现getMenuData函数中的this为`undefined`, 返回的menuData有数组元素,如下 menuData: Array(2) 0: {path: "/dashboard", name: "dashboard", meta: {…}, component: {…}, children: undefined} 1: {path: "/form", name: "form",...
  采用的是 第二种 后台返回的数据 动态菜单控制权限!  如图显示 路由已经改变 但是 组件并没有更新! **Describe the solution you'd like (你期待的是什么?)** 我希望 路由改变 能正确的加载 页面组件 **Additional context(附加信息)**
想知道怎么改,有没有例子