style(admin plans index): make create button btn-sm
This commit is contained in:
@@ -193,7 +193,7 @@
|
|||||||
@php
|
@php
|
||||||
$createPlanUrl = '/admin/plans/create?' . \Illuminate\Support\Arr::query(['back' => $selfWithoutBack]);
|
$createPlanUrl = '/admin/plans/create?' . \Illuminate\Support\Arr::query(['back' => $selfWithoutBack]);
|
||||||
@endphp
|
@endphp
|
||||||
<a href="{!! $createPlanUrl !!}" class="btn">新建套餐</a>
|
<a href="{!! $createPlanUrl !!}" class="btn btn-sm">新建套餐</a>
|
||||||
</div>
|
</div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user