修复日志滚动

This commit is contained in:
zhbaor 2024-09-23 20:40:46 +08:00
parent 4b34b72cf4
commit 70d5879d00

View file

@ -7,8 +7,8 @@ const log_ele = inject('log_ele')
<template>
<n-config-provider :theme="darkTheme" class="provider">
<n-card class="full" ref="log_ele" content-style="height: 100%">
<n-log :log="log" class="full" />
<n-card class="full" content-style="height: 100%">
<n-log :log="log" class="full" ref="log_ele" />
</n-card>
</n-config-provider>
</template>