style(admin): plans index filter/export buttons use btn components
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
<input type="hidden" name="published" value="{{ $filters['published'] ?? '' }}">
|
||||
<input type="hidden" name="billing_cycle" value="{{ $filters['billing_cycle'] ?? '' }}">
|
||||
<input type="hidden" name="keyword" value="{{ $filters['keyword'] ?? '' }}">
|
||||
<button type="submit">导出当前筛选结果(CSV)</button>
|
||||
<button class="btn btn-secondary btn-sm" type="submit">导出当前筛选结果(CSV)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/plans/seed-defaults" onsubmit="return confirm('仅在当前没有任何套餐时才会初始化。确认执行吗?');">
|
||||
@@ -152,7 +152,7 @@
|
||||
</select>
|
||||
<input name="keyword" placeholder="搜索套餐名称 / 编码 / 描述" value="{{ $filters['keyword'] ?? '' }}">
|
||||
<div>
|
||||
<button type="submit">应用筛选</button>
|
||||
<button class="btn btn-sm" type="submit">应用筛选</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user