其他分享
首页 > 其他分享> > 一个困扰几小时的低级错误!

一个困扰几小时的低级错误!

作者:互联网

iview table 高度设置一直无效,一直找不到原因

  <Table  size="small"  :heigth="tableHeight" :columns="minuteColumns" :data="minuteData" ref="table"></Table>          

    mounted(){         var that=this;         setTimeout(function () {          that.tableHeight = window.innerHeight - 48;           console.log('that.tableHeight',that.tableHeight)         },400);     },   后来让同事帮忙,惊讶的发现 height 拼写错误!

标签:困扰,console,log,tableHeight,低级,拼写错误,几小时,table,setTimeout
来源: https://www.cnblogs.com/hao-1234-1234/p/15659908.html