diff --git a/public/css/admin-components.css b/public/css/admin-components.css index f48c00b..bf3f234 100644 --- a/public/css/admin-components.css +++ b/public/css/admin-components.css @@ -27,3 +27,21 @@ .refund-governance-meta{ margin-bottom:8px; } + +/* 平台订单:治理提示块(用于 BMPA / 同步订阅 等动作前的安全阀说明) */ +.governance-block{ + margin-top:10px; + width:100%; + border:1px solid #f5c2c7; + background:#fff5f5; +} + +.governance-block-title{ + margin:0; +} + +.governance-block-body{ + margin-top:6px; + font-size:12px; + line-height:1.5; +} diff --git a/resources/views/admin/platform_orders/show.blade.php b/resources/views/admin/platform_orders/show.blade.php index 9aabe01..76c2706 100644 --- a/resources/views/admin/platform_orders/show.blade.php +++ b/resources/views/admin/platform_orders/show.blade.php @@ -185,9 +185,9 @@ @if($markPaidBlockedByRefund || $markPaidBlockedByReceiptMismatch) -