tableZen maxHeight 解决方案 如果数据条数小于N,不进行高度设置,超过N条,直接设置高度,解决原生iview Table 对于右侧固定列,不能计算出正确数值的解决方案

时间:2023-12-22 23:55:32

tableZen maxHeight 解决方案 如果数据条数小于N,不进行高度设置,超过N条,直接设置高度,解决原生iview Table 对于右侧固定列,不能计算出正确数值的解决方案

if (this.maxHeight !== 0 && this.innerData.length > this.maxHeightLen) {
this.innerHeight = this.maxHeight
}