mirror of https://github.com/ElemeFE/element
el-table内渲染 el-input 会出现高度错误
el-table内渲染 el-input 会出现高度错误,高度运算时机不对 https://codepen.io/zjpzjp/pen/VwporKQpull/21102/head
parent
cde441fb79
commit
163aa7b81d
|
@ -426,7 +426,9 @@
|
|||
|
||||
mounted() {
|
||||
this.setNativeInputValue();
|
||||
this.$nextTick(()=>{
|
||||
this.resizeTextarea();
|
||||
});
|
||||
this.updateIconOffset();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue