src/views/systemSetting/silkStandardSetting/components/silkTableList.vue
@@ -47,7 +47,6 @@ } " ></el-input> {{item.prop}} <div class="common-select-btn" @click="clearupColumn(item.prop,i)"> <i class="el-icon-remove" title="删除"></i> </div> @@ -356,7 +355,9 @@ //解决表格抖动问题 beforeUpdate() { this.$nextTick(() => { this.$refs["fromTable"].doLayout() if(this.$refs["fromTable"]){ this.$refs["fromTable"].doLayout() } }) } }