diff --git a/index.html b/index.html
index 400d5b7..ff37d95 100644
--- a/index.html
+++ b/index.html
@@ -238,7 +238,6 @@ const SITE_MAP = [
{ file:'action-record.html', label:'行动记录' },
{ file:'action-overview.html', label:'活动总览' },
{ file:'action-overview-detail.html', label:'赛况明细' },
- { file:'detail-data.html', label:'详细数据' },
{ file:'weight-ranking.html', label:'体重排名' },
{ file:'activity-statistics.html', label:'活动统计' },
{ file:'history-plan-list.html', label:'历史干预-计划列表' },
diff --git a/web-admin/weight-management/action-overview-detail.html b/web-admin/weight-management/action-overview-detail.html
index bffe6d6..841c973 100644
--- a/web-admin/weight-management/action-overview-detail.html
+++ b/web-admin/weight-management/action-overview-detail.html
@@ -78,7 +78,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,'PingFang SC','Microsoft YaHei
/* 表格卡片 */
.table-card{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;}
.table-card__content{overflow-x:auto;-webkit-overflow-scrolling:touch;}
-.table-card__content table{min-width:2400px;white-space:nowrap;}
+ .table-card__content table{min-width:1600px;white-space:nowrap;}
table{width:100%;border-collapse:collapse;}
/* 表头 - 两行结构 */
@@ -97,10 +97,7 @@ thead th:nth-child(2){z-index:9;background:#FAFAFA;}
tbody tr:hover td:nth-child(2){background:#F8FBFF;}
/* 吃动热量差列 */
-.col-diet-last{border-right:2px solid var(--border) !important;}
-.col-exercise-last{border-right:2px solid var(--border) !important;}
-
-.td-empty{text-align:center;padding:48px 0;color:var(--text-placeholder);font-size:var(--font-sm);}
+ .td-empty{text-align:center;padding:48px 0;color:var(--text-placeholder);font-size:var(--font-sm);}
/* 变化值颜色 */
.change-up{color:var(--danger);}
@@ -150,7 +147,8 @@ tbody tr:hover td:nth-child(2){background:#F8FBFF;}