From 98fd350b9e6d1d3a213e7293cb3ccdb1015fdffe Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 6 Feb 2026 21:52:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/health/heightWeightRecord/list.vue | 7 ++++--- src/pages/health/milkPowderRecord/list.vue | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/health/heightWeightRecord/list.vue b/src/pages/health/heightWeightRecord/list.vue index 1848c46..95c69a2 100644 --- a/src/pages/health/heightWeightRecord/list.vue +++ b/src/pages/health/heightWeightRecord/list.vue @@ -98,9 +98,9 @@ - + - + 备注 {{ item.remark }} @@ -627,7 +627,8 @@ page { padding: 0 12rpx; box-sizing: border-box; display: flex; - flex-direction: column; + flex-direction: row; + align-items: center; margin-bottom: 20rpx; &.info-item-full { diff --git a/src/pages/health/milkPowderRecord/list.vue b/src/pages/health/milkPowderRecord/list.vue index 5ef00b6..24f4705 100644 --- a/src/pages/health/milkPowderRecord/list.vue +++ b/src/pages/health/milkPowderRecord/list.vue @@ -101,9 +101,9 @@ - + - + 奶粉品牌 {{ item.milkPowderBrand || '--' }} @@ -604,7 +604,8 @@ page { padding: 0 12rpx; box-sizing: border-box; display: flex; - flex-direction: column; + flex-direction: row; + align-items: center; margin-bottom: 20rpx; &.info-item-full {