码迷,mamicode.com
首页 > 其他好文 > 详细

常用问题记录(更新中)

时间:2019-10-16 18:07:03      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:函数   更新   footer   pre   ola   两种   fixed   ext   foo   

1、elementui table 合计行不显示
 

# 第一种解决方法 
 /deep/
 .el-table__footer-wrapper{
   position: fixed;
}

# 第二种解决方法,我是加在 :summary-method="getSummaries"  getSummaries这个函数体内。

this.$nextTick(() => {
        this.$refs.table.doLayout();
});

# 两种方法都试过,有效(2019-10-16)

 

常用问题记录(更新中)

标签:函数   更新   footer   pre   ola   两种   fixed   ext   foo   

原文地址:https://www.cnblogs.com/jldiary/p/11686905.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!