修改了备注的高度

This commit is contained in:
luyuan 2020-09-17 19:42:34 +08:00
parent 6364be1743
commit 2f8557eb42
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -49,7 +49,7 @@
</view>
<view class="remark">
<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 class="pick-up" v-if="delivery.type == 3">