Commit 946a829294e3f67a54c9e231d4732b1b40f4794a
1 parent
23e308ba
feat: 客户信息-新增&编辑-底部dom移入uni-list里-解决日期组件被 foot(提交合计等)遮盖问题
Showing
2 changed files
with
6 additions
and
10 deletions
| @@ -103,13 +103,11 @@ | @@ -103,13 +103,11 @@ | ||
| 103 | <uni-easyinput type="textarea" v-model="form.description" placeholder="请输入备注" :inputBorder="false" /> | 103 | <uni-easyinput type="textarea" v-model="form.description" placeholder="请输入备注" :inputBorder="false" /> |
| 104 | </template> | 104 | </template> |
| 105 | </uni-list-item> | 105 | </uni-list-item> |
| 106 | - | 106 | + <view class="footer"> |
| 107 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 108 | + </view> | ||
| 107 | </uni-list> | 109 | </uni-list> |
| 108 | </scroll-view> | 110 | </scroll-view> |
| 109 | - | ||
| 110 | - <view class="footer"> | ||
| 111 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 112 | - </view> | ||
| 113 | </view> | 111 | </view> |
| 114 | </template> | 112 | </template> |
| 115 | 113 |
| @@ -103,13 +103,11 @@ | @@ -103,13 +103,11 @@ | ||
| 103 | :inputBorder="false" /> | 103 | :inputBorder="false" /> |
| 104 | </template> | 104 | </template> |
| 105 | </uni-list-item> | 105 | </uni-list-item> |
| 106 | - | 106 | + <view class="footer"> |
| 107 | + <button class="btn submit" type="primary" @click="onSubmit">保存</button> | ||
| 108 | + </view> | ||
| 107 | </uni-list> | 109 | </uni-list> |
| 108 | </scroll-view> | 110 | </scroll-view> |
| 109 | - | ||
| 110 | - <view class="footer"> | ||
| 111 | - <button class="btn submit" type="primary" @click="onSubmit">保存</button> | ||
| 112 | - </view> | ||
| 113 | </view> | 111 | </view> |
| 114 | </template> | 112 | </template> |
| 115 | 113 |