el-table内渲染 el-input 会出现高度错误

el-table内渲染 el-input 会出现高度错误,高度运算时机不对
https://codepen.io/zjpzjp/pen/VwporKQ
pull/21102/head
websir 2021-06-25 14:24:23 +08:00 committed by GitHub
parent cde441fb79
commit 163aa7b81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -426,7 +426,9 @@
mounted() {
this.setNativeInputValue();
this.resizeTextarea();
this.$nextTick(()=>{
this.resizeTextarea();
});
this.updateIconOffset();
},