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 {