fix: try to fix page size #99

This commit is contained in:
duorameng
2026-05-12 11:55:03 +08:00
parent fb617ae24c
commit 2b0f37b7ea
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ watch(() => route.query, (newQuery) => {
<span class="w-10 shrink-0 text-center"></span>
</div>
<!-- 列表 -->
<div class="divide-y flex-1">
<div class="divide-y flex-1 overflow-y-auto custom-scrollbar">
<div v-if="logs.length === 0" class="text-sm text-muted-foreground text-center py-8">
暂无日志
</div>