From 96aeb2a232d85306ced2061f024a2ff491a92ff7 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 25 七月 2024 17:47:12 +0800 Subject: [PATCH] fix bug --- sub_pages/customer/shopping/confirm.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue index aee9080..86c51b8 100644 --- a/sub_pages/customer/shopping/confirm.vue +++ b/sub_pages/customer/shopping/confirm.vue @@ -186,18 +186,22 @@ <view class="form-item p10"> <view class="label">特殊需求</view> - <view class="m-l-a m-r-0 flex text-right"> - <u-textarea v-model="dto.remarks" placeholder="请输入特殊需求"> + <view class="m-l-a m-r-0 flex1 text-right"> + <view class="m-t-12 m-b-12"> + <u-textarea v-model="dto.remarks" placeholder="请输入特殊需求"> - </u-textarea> + </u-textarea> + </view> </view> </view> <view class="form-item p10"> <view class="label">留言</view> - <view class="m-l-a m-r-0 flex text-right"> - <u-textarea v-model="dto.remarks" placeholder="填写内容需与卖家协商并确认"> + <view class="m-l-a m-r-0 flex1 text-right"> + <view class="m-t-12 m-b-12"> + <u-textarea v-model="dto.remarks" placeholder="填写内容需与卖家协商并确认"> - </u-textarea> + </u-textarea> + </view> </view> </view> -- Gitblit v1.9.3