fix: 在全局金币流水页面移除用户ID和房间ID的显示

This commit is contained in:
2026-03-28 17:27:06 +08:00
parent b4f62ca6b9
commit 63f9a174ed

View File

@@ -114,7 +114,6 @@
<td class="px-6 py-4">
<div class="flex flex-col whitespace-nowrap">
<span class="font-bold text-gray-800">{{ $log->username }}</span>
<span class="text-xs text-gray-400">ID: {{ $log->user_id }}</span>
</div>
</td>
<td class="px-6 py-4">
@@ -156,9 +155,6 @@
</td>
<td class="px-6 py-4 text-sm text-gray-600">
{{ $log->remark }}
@if($log->room_id)
<div class="mt-1 text-xs text-gray-400">房间ID: {{ $log->room_id }}</div>
@endif
</td>
<td class="px-6 py-4 text-sm text-gray-500 text-right whitespace-nowrap">
{{ $log->created_at->format('Y-m-d H:i:s') }}