table console

This commit is contained in:
2023-01-16 09:58:37 +08:00
parent 08dd5a910d
commit cbf10b35d8
4 changed files with 4 additions and 1 deletions

View File

@@ -19417,6 +19417,7 @@ const _sfc_main$D = defineComponent({
});
watch(() => [props.height, props.maxHeight, props.dataSource], () => {
nextTick(() => {
console.log("\u6570\u636E\u53D8\u5316", scrollWidthCell.value);
getScrollWidth();
});
});