Browse Source

退款申请优化

master
Enzo 5 years ago
parent
commit
3b0efd8c6b
  1. 2
      pages/order/apply-refund.vue

2
pages/order/apply-refund.vue

@ -80,7 +80,7 @@
<view class="lf-font-32 text-black1">退款说明</view>
</view>
<view class="cu-self menu" style="margin-top: 30rpx;">
<textarea type="text" v-model="applyInfo" class="text-left lf-font-32 area-self" placeholder="请输入反馈信息" />
<textarea :cursor-spacing="120" :adjust-position="true" type="text" v-model="applyInfo" class="text-left lf-font-32 area-self" placeholder="请输入反馈信息" />
</view>
</view>
<!-- <view class="padding bg-white">

Loading…
Cancel
Save