改进 页面

去除空余
This commit is contained in:
iVampireSP.com 2023-01-17 21:21:32 +08:00
parent bfa4d9f7dd
commit e4743b375a
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -25,9 +25,8 @@
@foreach ($transactions as $t) @foreach ($transactions as $t)
<tr> <tr>
<td> &nbsp; <td>
<span class="module_name" module="{{ $t->module_id }}">{{ $t->module_id }}</span> <span class="module_name" module="{{ $t->module_id }}">{{ $t->module_id }}</span>
</td> </td>
<td> <td>
<x-payment :payment="$t->payment"></x-payment> <x-payment :payment="$t->payment"></x-payment>