|
@@ -58,7 +58,7 @@ $normal_repurchase_days = 30; // 正常复购周期参考值(天)
|
|
|
include('statistics_header.php');
|
|
|
?>
|
|
|
|
|
|
-<div class="container">
|
|
|
+
|
|
|
<div class="page-header">
|
|
|
<h1 class="page-title">订单预警系统</h1>
|
|
|
<p class="page-description">监控订单异常情况,提前预警潜在问题</p>
|
|
@@ -445,14 +445,9 @@ include('statistics_header.php');
|
|
|
$order_amounts_json = json_encode($order_amounts);
|
|
|
?>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+
|
|
|
|
|
|
<style>
|
|
|
-.container {
|
|
|
- padding: 20px;
|
|
|
- max-width: 1280px; /* 稍微扩大容器宽度 */
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
|
|
|
.page-header {
|
|
|
margin-bottom: 30px;
|
|
@@ -1135,4 +1130,4 @@ function getInactiveCustomers($conn, $end_date, $inactive_days, $count_only = fa
|
|
|
|
|
|
// 页面底部
|
|
|
include('statistics_footer.php');
|
|
|
-?> ?>
|
|
|
+?>
|