diff --git a/public/css/admin-components.css b/public/css/admin-components.css index dd3c0f3..9b4fc97 100644 --- a/public/css/admin-components.css +++ b/public/css/admin-components.css @@ -614,6 +614,24 @@ align-items:center; } +.adm-mini-bar-row-link{ + text-decoration:none; + color:inherit; + border-radius:10px; + padding:4px 6px; + margin-left:-6px; + margin-right:-6px; +} + +.adm-mini-bar-row-link:hover{ + background:var(--adm-primary-tint, rgba(22, 119, 255, .08)); +} + +.adm-mini-bar-row-link:focus{ + outline:none; + box-shadow:0 0 0 3px var(--adm-primary-focus-ring, rgba(22, 119, 255, .12)), var(--adm-shadow-sm); +} + .adm-mini-bar-label{ font-size:12px; color:var(--adm-text-muted, #94a3b8); diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index 8aa8943..5ee3bf5 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -296,57 +296,57 @@
收费主链漏斗(相对平台订单总量 {{ $poTotal }})
-
+
待支付
{{ $poUnpaidPendingPct }}%
-
+ -
+
待生效
{{ $poPaidPendingPct }}%
-
+ -
+
可同步
{{ $poSyncablePct }}%
-
+
治理风险占比(相对平台订单总量 {{ $poTotal }})
-
+
同步失败
{{ $poSyncFailedPct }}%
-
+ -
+
无回执
{{ $poNoReceiptPct }}%
-
+ -
+
续费缺订阅
{{ $poRenewalMissingPct }}%
-
+