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