浏览代码

dev: automated commit - 2026-03-08 15:44:35

Mariano Z. 2 周之前
父节点
当前提交
684869fb5e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/src/views/RecordsView.vue

+ 2 - 2
frontend/src/views/RecordsView.vue

@@ -257,7 +257,7 @@ onMounted(loadData)
                   <TableCell>
                     <Badge variant="outline">{{ record.type }}</Badge>
                   </TableCell>
-                  <TableCell class="font-mono text-sm">{{ record.content }}</TableCell>
+                  <TableCell class="font-mono text-sm max-w-[200px] truncate">{{ record.content }}</TableCell>
                   <TableCell class="text-muted-foreground">{{ record.zone_name }}</TableCell>
                   <TableCell>
                     <Badge
@@ -396,7 +396,7 @@ onMounted(loadData)
                   <TableCell>
                     <Badge variant="outline">{{ record.type }}</Badge>
                   </TableCell>
-                  <TableCell class="font-mono text-sm">{{ record.content }}</TableCell>
+                  <TableCell class="font-mono text-sm max-w-[200px] truncate">{{ record.content }}</TableCell>
                   <TableCell class="text-muted-foreground">{{ record.zone_name }}</TableCell>
                   <TableCell>
                     <Badge