Commit ebbec03d092ab8c7324aef912748803aafd0ee60
1 parent
e993d62c
feat:框架合同-新增编辑-底部dom移入uni-list里-解决日期组件被 foot(提交合计等)遮盖问题
Showing
2 changed files
with
6 additions
and
8 deletions
| ... | ... | @@ -41,13 +41,12 @@ |
| 41 | 41 | <uni-datetime-picker type="date" v-model="form.validityTime" /> |
| 42 | 42 | </template> |
| 43 | 43 | </uni-list-item> |
| 44 | + <view class="footer"> | |
| 45 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | |
| 46 | + </view> | |
| 44 | 47 | </uni-list> |
| 45 | 48 | </scroll-view> |
| 46 | 49 | |
| 47 | - <view class="footer"> | |
| 48 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | |
| 49 | - </view> | |
| 50 | - | |
| 51 | 50 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 52 | 51 | @confirm="onSheetConfirm" /> |
| 53 | 52 | ... | ... |
| ... | ... | @@ -41,13 +41,12 @@ |
| 41 | 41 | <uni-datetime-picker type="date" v-model="form.validityTime" /> |
| 42 | 42 | </template> |
| 43 | 43 | </uni-list-item> |
| 44 | + <view class="footer"> | |
| 45 | + <button class="btn submit" type="primary" @click="onSubmit">保存</button> | |
| 46 | + </view> | |
| 44 | 47 | </uni-list> |
| 45 | 48 | </scroll-view> |
| 46 | 49 | |
| 47 | - <view class="footer"> | |
| 48 | - <button class="btn submit" type="primary" @click="onSubmit">保存</button> | |
| 49 | - </view> | |
| 50 | - | |
| 51 | 50 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 52 | 51 | @confirm="onSheetConfirm" /> |
| 53 | 52 | <RelateSelectSheet :visible.sync="relate.visible" :title="relate.title" :source="relate.source" | ... | ... |