chore(ui): 线索列表创建订单入口改用统一按钮样式

This commit is contained in:
萝卜
2026-03-14 03:47:06 +00:00
parent e632d2c504
commit e8b3c55efd
2 changed files with 57 additions and 1 deletions

View File

@@ -116,7 +116,7 @@
<td>{{ $l->source }}</td>
<td>{{ optional($l->created_at)->format('Y-m-d H:i:s') }}</td>
<td>
<a class="muted" href="{!! $buildCreatePlatformOrderUrl($l) !!}">创建订单</a>
<a class="btn btn-sm" href="{!! $buildCreatePlatformOrderUrl($l) !!}">创建订单</a>
</td>
</tr>
@empty