fix: 功能优化完善。
This commit is contained in:
@@ -98,9 +98,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="card-body">
|
<view class="card-body" v-if="item.remark">
|
||||||
<view class="info-row">
|
<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-label">备注</text>
|
||||||
<text class="info-value">{{ item.remark }}</text>
|
<text class="info-value">{{ item.remark }}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -627,7 +627,8 @@ page {
|
|||||||
padding: 0 12rpx;
|
padding: 0 12rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
|
|
||||||
&.info-item-full {
|
&.info-item-full {
|
||||||
|
|||||||
@@ -101,9 +101,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="card-body">
|
<view class="card-body" v-if="item.milkPowderBrand&&item.remark">
|
||||||
<view class="info-row">
|
<view class="info-row">
|
||||||
<view class="info-item">
|
<view class="info-item" v-if="item.milkPowderBrand">
|
||||||
<text class="info-label">奶粉品牌</text>
|
<text class="info-label">奶粉品牌</text>
|
||||||
<text class="info-value">{{ item.milkPowderBrand || '--' }}</text>
|
<text class="info-value">{{ item.milkPowderBrand || '--' }}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -604,7 +604,8 @@ page {
|
|||||||
padding: 0 12rpx;
|
padding: 0 12rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
|
|
||||||
&.info-item-full {
|
&.info-item-full {
|
||||||
|
|||||||
Reference in New Issue
Block a user