fix: increase timeout duration for content height calculation in page component

pull/58/head
chenminjie 2024-12-12 19:34:37 +08:00
parent 811801b70c
commit eb100d9dfc
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ async function calcContentHeight() {
footerHeight.value = footerRef.value?.offsetHeight || 0;
setTimeout(() => {
shouldAutoHeight.value = true;
}, 30);
}, 100);
}
onMounted(() => {