diff --git a/public/css/admin-base.css b/public/css/admin-base.css index 4617b04..325cd10 100644 --- a/public/css/admin-base.css +++ b/public/css/admin-base.css @@ -161,7 +161,13 @@ button.btn-sm{ } textarea.w-full,input.w-full{width:100%;} -input.w-140{width:140px;} + +.w-100{width:100px;} +.w-120{width:120px;} +.w-140{width:140px;} +.w-160{width:160px;} +.w-200{width:200px;} + input.w-90{width:90px;} .block{display:block;} .inline{display:inline;} diff --git a/resources/views/admin/platform_orders/show.blade.php b/resources/views/admin/platform_orders/show.blade.php index d032db8..ee90882 100644 --- a/resources/views/admin/platform_orders/show.blade.php +++ b/resources/views/admin/platform_orders/show.blade.php @@ -55,7 +55,7 @@
| ID | {{ $order->id }} | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ID | {{ $order->id }} | ||||||||||||||||||||
| 订单号 | {{ $order->order_no }} |
| 订阅ID | {{ $order->siteSubscription->id }} | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 订阅ID | {{ $order->siteSubscription->id }} | ||||||||||||||||||||
| 订阅号 | {{ $order->siteSubscription->subscription_no }} | ||||||||||||||||||||
| 订阅管理 | @@ -376,7 +376,7 @@ @if((string) data_get($batchMarkActivated, 'at') !== '')
| 生效时间 | {{ data_get($batchMarkActivated, 'at') }} | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 生效时间 | {{ data_get($batchMarkActivated, 'at') }} | |||||||||||
| 操作管理员 | {{ data_get($batchMarkActivated, 'admin_id') ?: '-' }} | |||||||||||
| 范围 | {{ data_get($batchMarkActivated, 'scope') ?: '-' }} |
| 类型 | -渠道 | -金额 | -支付时间 | -记录时间 | -管理员 | +类型 | +渠道 | +金额 | +支付时间 | +记录时间 | +管理员 | 备注 |
|---|