style(admin platform orders index): make primary links btn-sm
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user