From 416cb2f5dbd3b810e39d4e58a878b185dd23b854 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 5 Feb 2026 20:38:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/health/activity/list.vue | 5 ++++- src/pages/health/doctorRecord/list.vue | 5 ++++- src/pages/health/healthRecord/list.vue | 5 ++++- src/pages/health/heightWeightRecord/list.vue | 5 ++++- src/pages/health/marRecord/list.vue | 5 ++++- src/pages/health/medicineBasic/list.vue | 5 ++++- src/pages/health/medicineStock/list.vue | 5 ++++- src/pages/health/medicineStockIn/list.vue | 5 ++++- src/pages/health/milkPowderRecord/list.vue | 5 ++++- src/pages/health/person/list.vue | 5 ++++- src/pages/health/processRecord/list.vue | 5 ++++- src/pages/health/statistic/doctorStatistic/index.vue | 5 ++++- src/pages/health/statistic/healthStatistic/index.vue | 5 ++++- src/pages/health/statistic/marStatistic/index.vue | 5 ++++- src/pages/health/temperatureRecord/list.vue | 5 ++++- 15 files changed, 60 insertions(+), 15 deletions(-) diff --git a/src/pages/health/activity/list.vue b/src/pages/health/activity/list.vue index ab3c2db..29c5a04 100644 --- a/src/pages/health/activity/list.vue +++ b/src/pages/health/activity/list.vue @@ -469,7 +469,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/doctorRecord/list.vue b/src/pages/health/doctorRecord/list.vue index 1e4bbba..c1a2856 100644 --- a/src/pages/health/doctorRecord/list.vue +++ b/src/pages/health/doctorRecord/list.vue @@ -755,7 +755,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/healthRecord/list.vue b/src/pages/health/healthRecord/list.vue index 0f96026..6f9b033 100644 --- a/src/pages/health/healthRecord/list.vue +++ b/src/pages/health/healthRecord/list.vue @@ -731,7 +731,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/heightWeightRecord/list.vue b/src/pages/health/heightWeightRecord/list.vue index f844ff9..1848c46 100644 --- a/src/pages/health/heightWeightRecord/list.vue +++ b/src/pages/health/heightWeightRecord/list.vue @@ -611,7 +611,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/marRecord/list.vue b/src/pages/health/marRecord/list.vue index d13b226..0120fbe 100644 --- a/src/pages/health/marRecord/list.vue +++ b/src/pages/health/marRecord/list.vue @@ -806,7 +806,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/medicineBasic/list.vue b/src/pages/health/medicineBasic/list.vue index d7ee6c2..51d8044 100644 --- a/src/pages/health/medicineBasic/list.vue +++ b/src/pages/health/medicineBasic/list.vue @@ -640,7 +640,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/medicineStock/list.vue b/src/pages/health/medicineStock/list.vue index a9c3789..0540848 100644 --- a/src/pages/health/medicineStock/list.vue +++ b/src/pages/health/medicineStock/list.vue @@ -311,7 +311,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/medicineStockIn/list.vue b/src/pages/health/medicineStockIn/list.vue index d4a7647..cf03ef5 100644 --- a/src/pages/health/medicineStockIn/list.vue +++ b/src/pages/health/medicineStockIn/list.vue @@ -654,7 +654,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/milkPowderRecord/list.vue b/src/pages/health/milkPowderRecord/list.vue index 972e8bf..5ef00b6 100644 --- a/src/pages/health/milkPowderRecord/list.vue +++ b/src/pages/health/milkPowderRecord/list.vue @@ -588,7 +588,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/person/list.vue b/src/pages/health/person/list.vue index 69884c8..017219f 100644 --- a/src/pages/health/person/list.vue +++ b/src/pages/health/person/list.vue @@ -356,7 +356,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/processRecord/list.vue b/src/pages/health/processRecord/list.vue index d5bf45f..687c21a 100644 --- a/src/pages/health/processRecord/list.vue +++ b/src/pages/health/processRecord/list.vue @@ -681,7 +681,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/statistic/doctorStatistic/index.vue b/src/pages/health/statistic/doctorStatistic/index.vue index 3c77b06..9241756 100644 --- a/src/pages/health/statistic/doctorStatistic/index.vue +++ b/src/pages/health/statistic/doctorStatistic/index.vue @@ -1513,7 +1513,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/statistic/healthStatistic/index.vue b/src/pages/health/statistic/healthStatistic/index.vue index 6c2bed9..7032371 100644 --- a/src/pages/health/statistic/healthStatistic/index.vue +++ b/src/pages/health/statistic/healthStatistic/index.vue @@ -1312,7 +1312,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/statistic/marStatistic/index.vue b/src/pages/health/statistic/marStatistic/index.vue index 6869bff..074dc6f 100644 --- a/src/pages/health/statistic/marStatistic/index.vue +++ b/src/pages/health/statistic/marStatistic/index.vue @@ -1309,7 +1309,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/temperatureRecord/list.vue b/src/pages/health/temperatureRecord/list.vue index 530c158..e2425e6 100644 --- a/src/pages/health/temperatureRecord/list.vue +++ b/src/pages/health/temperatureRecord/list.vue @@ -715,7 +715,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row {