Commit 42b3ef16655c795b3d82d608a0c2ba59c5be6d5f

Authored by 史婷婷
1 parent b9eeadd7

feat: 锁价无规格操作申请单 -编辑-底部dom移入uni-list里-解决日期组件被 foot(提交合计等)遮盖问题

@@ -64,13 +64,14 @@ @@ -64,13 +64,14 @@
64 <uni-easyinput v-model="form.delayReason" placeholder="请输入原因" :inputBorder="false" /> 64 <uni-easyinput v-model="form.delayReason" placeholder="请输入原因" :inputBorder="false" />
65 </template> 65 </template>
66 </uni-list-item> 66 </uni-list-item>
  67 + <view class="footer">
  68 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  69 + </view>
67 </uni-list> 70 </uni-list>
68 </view> 71 </view>
69 </view> 72 </view>
70 </scroll-view> 73 </scroll-view>
71 - <view class="footer">  
72 - <button class="btn submit" type="primary" @click="onSubmit">提交</button>  
73 - </view> 74 +
74 </view> 75 </view>
75 </template> 76 </template>
76 77