fix: agent list opt style

This commit is contained in:
engigu
2026-01-03 13:03:27 +08:00
parent 80ec7047c8
commit ccf79ad364
2 changed files with 4 additions and 7 deletions
+4 -4
View File
@@ -416,6 +416,10 @@ onUnmounted(() => {
<Label class="text-muted-foreground text-xs">版本</Label>
<div class="text-sm">{{ viewingAgent.version || '-' }}</div>
</div>
<div class="flex items-center justify-between sm:block">
<Label class="text-muted-foreground text-xs">构建时间</Label>
<div class="text-sm">{{ viewingAgent.build_time || '-' }}</div>
</div>
<div class="flex items-center justify-between sm:block">
<Label class="text-muted-foreground text-xs">在线状态</Label>
<div class="flex items-center gap-2">
@@ -438,10 +442,6 @@ onUnmounted(() => {
<Label class="text-muted-foreground text-xs">注册时间</Label>
<div class="text-sm">{{ viewingAgent.created_at || '-' }}</div>
</div>
<div class="flex items-center justify-between sm:block">
<Label class="text-muted-foreground text-xs">更新时间</Label>
<div class="text-sm">{{ viewingAgent.updated_at || '-' }}</div>
</div>
</div>
<div v-if="viewingAgent.description" class="pt-2 border-t">
<Label class="text-muted-foreground text-xs">描述</Label>