junan
junan
补充:解决增加后有滚动条,固定头的时候tagsView不显示的问题 第二步增加: ``` .app-main { /* 50= navbar 50 */ min-height: calc(100vh - 50px); width: 100%; position: relative; overflow: hidden; } .fixed-header+.app-main { padding-top: 50px; } .hasTagsView { .app-main {...
补充:解决tagsView右键-刷新错误的情况 1. 复制`vue-element-admin-master\src\views\redirect` 整个目录到对应位置 2. 修改`vue-admin-template\src\router\index.js` 路由表增加内容: ``` { path: '/redirect', component: Layout, hidden: true, children: [ { path: '/redirect/:path*', component: () => import('@/views/redirect/index') } ] }, ```
@jiabinbin 是的,我现在去掉tooltip用render div title了

good job
膜拜大佬。 没人理你吗
我提了个PR,兼容了skyline渲染模式,你可以看下 [https://github.com/ecomfe/echarts-for-weixin/pull/937](https://github.com/ecomfe/echarts-for-weixin/pull/937)