style(admin): bmpa action button use btn component

This commit is contained in:
萝卜
2026-03-14 08:17:04 +00:00
parent 2eb6df2b3d
commit ad22746fc4

View File

@@ -217,7 +217,7 @@
<div class="actions mt-16 gap-12">
<form method="post" action="/admin/platform-orders/{{ $order->id }}/mark-paid-and-activate" onsubmit="return confirm('确认将该订单标记为已支付并生效?此操作会推进状态并尝试同步订阅');">
@csrf
<button type="submit" @disabled(! $canMarkPaid || $markPaidBlockedByRefund || $markPaidBlockedByReceiptMismatch)>标记支付并生效</button>
<button class="btn btn-sm" type="submit" @disabled(! $canMarkPaid || $markPaidBlockedByRefund || $markPaidBlockedByReceiptMismatch)>标记支付并生效</button>
</form>
@if($markPaidBlockedByRefund || $markPaidBlockedByReceiptMismatch)