07 2020 档案
element 侧边栏的卡顿问题
摘要:// 解决element侧边栏收缩时的卡顿情况(覆盖它默认的css) .horizontal-collapse-transition { transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right e 阅读全文
posted @ 2020-07-30 16:40 _xinT 阅读(2708) 评论(0) 推荐(0)
Vue 树形列表的全部展开 与 全部收起
摘要:1.先看table列表中的设置:(看列表中有下划线的那三个即可。另,expanRow 是个数组 记得在data中别忘记了。) <el-table :data="TableData" ref="theTable" :default-expand-all="isExpandAll" :expand-ro 阅读全文
posted @ 2020-07-30 15:35 _xinT 阅读(5495) 评论(0) 推荐(0)