Commit 8b74b1859b8430788de8cd991e4c372ed7beddaa

Authored by fengtao
1 parent 8e01b8d1

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

@@ -28,12 +28,12 @@ @@ -28,12 +28,12 @@
28 @delete="deletePic" name="1" multiple :maxCount="6"></u-upload> 28 @delete="deletePic" name="1" multiple :maxCount="6"></u-upload>
29 </u-form-item> 29 </u-form-item>
30 </view> 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 </view> 35 </view>
32 </u--form> 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 </view> 37 </view>
38 <!-- #ifdef MP --> 38 <!-- #ifdef MP -->
39 <view style="height: 18rpx;"></view> 39 <view style="height: 18rpx;"></view>