修复日志滚动
This commit is contained in:
parent
4b34b72cf4
commit
70d5879d00
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue