修改了备注的高度
This commit is contained in:
parent
6364be1743
commit
2f8557eb42
@ -49,7 +49,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="remark">
|
<view class="remark">
|
||||||
<view class="title">订单备注</view>
|
<view class="title">订单备注</view>
|
||||||
<u-input v-model="remark[index]" type="textarea" :height="88" placeholder="选填" />
|
<u-input v-model="remark[index]" type="textarea" style="margin-top:-5rpx" :height="88" placeholder="选填" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="pick-up" v-if="delivery.type == 3">
|
<view class="pick-up" v-if="delivery.type == 3">
|
||||||
|
Loading…
Reference in New Issue
Block a user