From c8606b37f5ee345947ae62da65c2a5ffdbbbb9d3 Mon Sep 17 00:00:00 2001 From: liuyunqin Date: Tue, 4 Aug 2026 10:44:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=93=E9=87=8D=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0=EF=BC=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=20detail-data.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - .../action-overview-detail.html | 151 ++- .../weight-management/action-overview.html | 5 +- .../weight-management/action-record.html | 5 +- .../activity-statistics.html | 5 +- web-admin/weight-management/detail-data.html | 889 ------------------ .../employee-data-record.html | 3 +- .../weight-management/employee-data.html | 2 +- .../weight-management/recipe-record.html | 5 +- .../weight-management/weight-ranking.html | 73 +- 10 files changed, 99 insertions(+), 1040 deletions(-) delete mode 100644 web-admin/weight-management/detail-data.html 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;} diff --git a/web-admin/weight-management/employee-data.html b/web-admin/weight-management/employee-data.html index b9e5639..4b4ec62 100644 --- a/web-admin/weight-management/employee-data.html +++ b/web-admin/weight-management/employee-data.html @@ -149,7 +149,7 @@ 年龄 所属单位 所属部门 - 最新测量数据 + 末次测量数据 操作 diff --git a/web-admin/weight-management/recipe-record.html b/web-admin/weight-management/recipe-record.html index c1e0c5d..68079ad 100644 --- a/web-admin/weight-management/recipe-record.html +++ b/web-admin/weight-management/recipe-record.html @@ -146,9 +146,8 @@ tbody tr:hover{background:#F8FBFF;}