第二阶段代码

This commit is contained in:
2026-04-23 11:37:37 +08:00
parent 618bb6699e
commit ef64c3b7fb
937 changed files with 118372 additions and 10248 deletions

View File

@@ -44,7 +44,7 @@ async function calcContentHeight() {
docHeight.value = docRef.value?.offsetHeight || 0;
setTimeout(() => {
shouldAutoHeight.value = true;
}, 30);
}, 50);
}
function isDocAlertEnable(): boolean {
@@ -107,7 +107,7 @@ onMounted(() => {
</div>
</div>
<div :class="cn('h-full p-0', contentClass)" :style="contentStyle">
<div :class="cn('h-full p-0', contentClass)" :style="contentStyle" v-if="shouldAutoHeight || !autoContentHeight">
<slot></slot>
</div>
<div