Commit ce07c7157fbe97538c0a53bd30b8b684acc64ddf

Authored by 史婷婷
1 parent fa57feab

feat: 客户信息-新增&编辑-底部dom移入uni-list里-解决日期组件被 foot(提交合计等)遮盖问题

... ... @@ -103,13 +103,11 @@
103 103 <uni-easyinput type="textarea" v-model="form.description" placeholder="请输入备注" :inputBorder="false" />
104 104 </template>
105 105 </uni-list-item>
106   -
  106 + <view class="footer">
  107 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  108 + </view>
107 109 </uni-list>
108 110 </scroll-view>
109   -
110   - <view class="footer">
111   - <button class="btn submit" type="primary" @click="onSubmit">提交</button>
112   - </view>
113 111 </view>
114 112 </template>
115 113
... ...
... ... @@ -103,13 +103,11 @@
103 103 :inputBorder="false" />
104 104 </template>
105 105 </uni-list-item>
106   -
  106 + <view class="footer">
  107 + <button class="btn submit" type="primary" @click="onSubmit">保存</button>
  108 + </view>
107 109 </uni-list>
108 110 </scroll-view>
109   -
110   - <view class="footer">
111   - <button class="btn submit" type="primary" @click="onSubmit">保存</button>
112   - </view>
113 111 </view>
114 112 </template>
115 113
... ...