fix: 功能优化完善。

This commit is contained in:
tianyongbao
2026-02-06 21:52:50 +08:00
parent 0d8a27cc1f
commit 98fd350b9e
2 changed files with 8 additions and 6 deletions

View File

@@ -98,9 +98,9 @@
</view>
</view>
<view class="card-body">
<view class="card-body" v-if="item.remark">
<view class="info-row">
<view class="info-item info-item-full" v-if="item.remark">
<view class="info-item info-item-full" >
<text class="info-label">备注</text>
<text class="info-value">{{ item.remark }}</text>
</view>
@@ -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 {

View File

@@ -101,9 +101,9 @@
</view>
</view>
<view class="card-body">
<view class="card-body" v-if="item.milkPowderBrand&&item.remark">
<view class="info-row">
<view class="info-item">
<view class="info-item" v-if="item.milkPowderBrand">
<text class="info-label">奶粉品牌</text>
<text class="info-value">{{ item.milkPowderBrand || '--' }}</text>
</view>
@@ -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 {