adjust widget header padding and table styles for better display

This commit is contained in:
pa
2026-03-17 21:45:21 +09:00
parent 93f07e8877
commit ded9ce6da2
3 changed files with 7 additions and 7 deletions

View File

@@ -27,8 +27,8 @@
</DropdownMenu>
</WidgetHeader>
<div class="min-h-0 flex-1 overflow-y-auto">
<Table v-if="filteredData.length" class="is-compact-table">
<div class="min-h-0 flex-1 overflow-y-auto overflow-x-hidden">
<Table v-if="filteredData.length" class="is-compact-table table-fixed">
<TableBody>
<TableRow
v-for="(item, index) in filteredData"
@@ -40,7 +40,7 @@
<span>{{ formatTime(item.created_at) }}</span>
</TooltipWrapper>
</TableCell>
<TableCell class="truncate">
<TableCell class="max-w-0 truncate">
<template v-if="item.type === 'Location'">
<MapPin class="mr-1 inline-block h-3.5 w-3.5 shrink-0 text-muted-foreground" />
<Location