Commit 8b74b1859b8430788de8cd991e4c372ed7beddaa

Authored by fengtao
1 parent 8e01b8d1

pref:优化app端上传图片大于三张时遮住提交按钮

... ... @@ -28,12 +28,12 @@
28 28 @delete="deletePic" name="1" multiple :maxCount="6"></u-upload>
29 29 </u-form-item>
30 30 </view>
  31 + <view style="width:427rpx;margin:0 auto;">
  32 + <u-button class="buttonSty button-sty" shape="circle" type="primary" text="提交"
  33 + customStyle="margin-top: 129rpx" @click="submit"></u-button>
  34 + </view>
31 35 </view>
32 36 </u--form>
33   - <view style="width:427rpx;margin:0 auto;">
34   - <u-button class="buttonSty button-sty" shape="circle" type="primary" text="提交"
35   - customStyle="margin-top: 129rpx" @click="submit"></u-button>
36   - </view>
37 37 </view>
38 38 <!-- #ifdef MP -->
39 39 <view style="height: 18rpx;"></view>
... ...