Browse Source

fleat: warning

igb 2 weeks ago
parent
commit
97db01a6f6
2 changed files with 5 additions and 10 deletions
  1. 2 2
      region_stats.php
  2. 3 8
      statistics_order_warnings.php

+ 2 - 2
region_stats.php

@@ -25,7 +25,7 @@ $country_id = isset($_GET['country_id']) ? intval($_GET['country_id']) : 0;
 include('statistics_header.php');
 ?>
 
-<div class="container">
+
     <div class="page-header">
         <h1 class="page-title">地区统计分析</h1>
     </div>
@@ -230,7 +230,7 @@ include('statistics_header.php');
         renderRegionSalesForecastChart($forecast_data);
         ?>
     </div>
-</div>
+
 
 <style>
     .positive {

+ 3 - 8
statistics_order_warnings.php

@@ -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');
-?> ?> 
+?>