style(admin platform orders index): make primary links btn-sm

This commit is contained in:
萝卜
2026-03-14 10:05:00 +00:00
parent 401c188689
commit 26d74cbb41

View File

@@ -89,7 +89,7 @@
@endphp
<div class="mt-10">
<a href="{!! $renewCreateUrl !!}" class="btn">为该订阅创建续费订单</a>
<a href="{!! $renewCreateUrl !!}" class="btn btn-sm">为该订阅创建续费订单</a>
</div>
</div>
@endif
@@ -920,7 +920,7 @@
$createOrderUrl = '/admin/platform-orders/create?' . \Illuminate\Support\Arr::query($createQuery);
@endphp
<a href="{!! $createOrderUrl !!}" class="btn">新建平台订单</a>
<a href="{!! $createOrderUrl !!}" class="btn btn-sm">新建平台订单</a>
</div>
<table>
<thead>