perf: model-panel调整

1.修复顶部工具栏遮挡panel的问题;
2.model-panel图标更换;
3.修复panel resize后滚动条不对的问题;
This commit is contained in:
chenjinsong
2020-05-20 15:06:49 +08:00
parent 83000ef214
commit fa957563c8
9 changed files with 16 additions and 10 deletions

View File

@@ -388,7 +388,9 @@
obj: {
immediate: true,
handler(n) {
this.getTableData(n.id);
setTimeout(() => {
this.getTableData(n.id);
}, 500);
}
}
}