
elementui
盛夏晚秋
这个作者很懒,什么都没留下…
展开
-
elementUI+vue-定义表格高度
表格属性ref=“table”:height=“tableHeight”初始化一个高度:tableHeightthis.$nextTick(() => { this.tableHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 适当的数字; // 监听窗口大小变化 let self = this; window.onresize = function() { self.tableHeigh原创 2020-12-25 15:57:32 · 785 阅读 · 0 评论 -
elementUI+vue-高亮筛选结果
自定义树添加过滤方法<el-tree class="filter-tree" show-checkbox :data="data" :props="defaultProps" default-expand-all :filter-node-method="filterNode" ref="tree" > <span class="custom-tree-node" slot-scop原创 2020-12-25 15:07:52 · 266 阅读 · 1 评论