style(admin platform orders index): make primary links btn-sm
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
@endphp
|
@endphp
|
||||||
|
|
||||||
<div class="mt-10">
|
<div class="mt-10">
|
||||||
<a href="{!! $renewCreateUrl !!}" class="btn">为该订阅创建续费订单</a>
|
<a href="{!! $renewCreateUrl !!}" class="btn btn-sm">为该订阅创建续费订单</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@@ -920,7 +920,7 @@
|
|||||||
|
|
||||||
$createOrderUrl = '/admin/platform-orders/create?' . \Illuminate\Support\Arr::query($createQuery);
|
$createOrderUrl = '/admin/platform-orders/create?' . \Illuminate\Support\Arr::query($createQuery);
|
||||||
@endphp
|
@endphp
|
||||||
<a href="{!! $createOrderUrl !!}" class="btn">新建平台订单</a>
|
<a href="{!! $createOrderUrl !!}" class="btn btn-sm">新建平台订单</a>
|
||||||
</div>
|
</div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user