fix: 调整全局金币流水页面表格的标题及用户名列不允许换行
This commit is contained in:
@@ -93,14 +93,14 @@
|
||||
<table class="w-full text-left border-collapse">
|
||||
<thead>
|
||||
<tr class="bg-gray-50 text-gray-600 text-sm uppercase tracking-wider border-b border-gray-200">
|
||||
<th class="px-6 py-4 font-semibold">记录ID</th>
|
||||
<th class="px-6 py-4 font-semibold">用户</th>
|
||||
<th class="px-6 py-4 font-semibold">类型</th>
|
||||
<th class="px-6 py-4 font-semibold">变动数额</th>
|
||||
<th class="px-6 py-4 font-semibold">变后余额</th>
|
||||
<th class="px-6 py-4 font-semibold">来源</th>
|
||||
<th class="px-6 py-4 font-semibold w-1/4">备注信息</th>
|
||||
<th class="px-6 py-4 font-semibold text-right">发生时间</th>
|
||||
<th class="px-6 py-4 font-semibold whitespace-nowrap">记录ID</th>
|
||||
<th class="px-6 py-4 font-semibold whitespace-nowrap">用户</th>
|
||||
<th class="px-6 py-4 font-semibold whitespace-nowrap">类型</th>
|
||||
<th class="px-6 py-4 font-semibold whitespace-nowrap">变动数额</th>
|
||||
<th class="px-6 py-4 font-semibold whitespace-nowrap">变后余额</th>
|
||||
<th class="px-6 py-4 font-semibold whitespace-nowrap">来源</th>
|
||||
<th class="px-6 py-4 font-semibold whitespace-nowrap w-1/4">备注信息</th>
|
||||
<th class="px-6 py-4 font-semibold text-right whitespace-nowrap">发生时间</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y divide-gray-100">
|
||||
@@ -110,7 +110,7 @@
|
||||
#{{ $log->id }}
|
||||
</td>
|
||||
<td class="px-6 py-4">
|
||||
<div class="flex flex-col">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user