xachary
xachary
Like this: [](https://imgchr.com/i/DPSFPO) > Can reproduce the issue now and updated the steps to reproduce accordingly. https://github.com/bpmn-io/bpmn-js/issues/1370
分页应该就是 Ant Design Vue 的 table 的 [pagination](https://antdv.com/components/table#api),它不支持。 用强,代价有点大。 取巧,可以满足固定宽度的内容:样式让分页左边腾出足够的边距、把你的内容盖在腾出的位置。
@fearlessdou 确定你的使用场景,tab 可以只依赖 path 而非 fullPath,那么你可以调整下面的 key: >src\layouts\page\index.vue ```vue ```
> @xachary 大佬牛逼!一招解决我的问题,其实我的场景是依赖的是 path+部分query参数 ,这一段我修改如下,完美解决我的问题!!感谢大佬 > just 热心网友 ^o^
@dengdai11201 下面测试正常 最新示例: > /comp/table/fixedColumn 测试页面: > src\views\demo\table\FixedColumn.vue 场景模拟: ```vue { label: '删除', icon: 'ic:outline-delete-outline', // 原来的逻辑 // onClick: handleDelete.bind(null, record), // 模拟的场景 popConfirm: { title: `删除?`, confirm: () =>...
e.stopPropagation() 在这里只是防止点击触发 select,没什么关系。 新源码未能重现你说的问题,建议做新源码中尝试一下咯。 目测图片,没发现明显差异。 @dengdai11201
@zphtown 非官方分享一个: ``` vue-vben-admin/ ├── .husky/(Git hooks 执行前运行脚本的工具,详看 husky 官网文档) │ ├── _/ │ │ └── husky.sh │ ├── commit-msg │ ├── common.sh │ └── pre-commit(提交之前,使用 lint-staged, 详看 package.json 的...
@gui-gu-zi [Ant Design Vue](https://antdv.com/index) 没有支持,从数据结构上说也不合适,slot bodyCell 或许是个办法。
> > @gui-gu-zi [Ant Design Vue](https://antdv.com/index) 没有支持,从数据结构上说也不合适,slot bodyCell 或许是个办法。 > > 我用这个倒是实现了插入,编译后也生成了两个表格,可是对应的样式无法继承,就挺无奈啊 例如? @gui-gu-zi
> > 直接用antdv吧 > > 我就是想用它偷个懒的,,才没有用antv @gui-gu-zi "antdv"、"antv",指的是?