perf: model-panel调整
1.修复顶部工具栏遮挡panel的问题; 2.model-panel图标更换; 3.修复panel resize后滚动条不对的问题;
This commit is contained in:
@@ -388,7 +388,9 @@
|
||||
obj: {
|
||||
immediate: true,
|
||||
handler(n) {
|
||||
this.getTableData(n.id);
|
||||
setTimeout(() => {
|
||||
this.getTableData(n.id);
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user