style(admin plans index): make create button btn-sm

This commit is contained in:
萝卜
2026-03-14 10:21:01 +00:00
parent 520d205435
commit 0423518d34

View File

@@ -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>