修改了备注的高度 #376

Merged
theluyuan merged 1 commits from xbx into master 2020-09-17 11:44:55 +00:00

View File

@ -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">