|
|
@@ -10,7 +10,7 @@
|
|
|
placeholder="请选择人员"
|
|
|
@click="show = true"
|
|
|
/>
|
|
|
- <van-action-sheet class="bigsheetbox" @closed="closedHandler" v-model="show" position="bottom" title="选择人员">
|
|
|
+ <van-action-sheet class="bigsheetbox" @closed="closedHandler" v-model="show" safe-area-inset-bottom position="bottom" title="选择人员">
|
|
|
<van-row>
|
|
|
<van-col span="24">
|
|
|
<!-- <van-search v-model="searchVal" placeholder="请输入搜索关键词" /> -->
|
|
|
@@ -164,7 +164,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
onCancel() {
|
|
|
this.searchVal = ''
|
|
|
this.peopleListCpoy = this.peopleList
|
|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
bottom: 0%;
|
|
|
position: fixed;
|
|
|
z-index: 2000;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.rowclss{
|
|
|
margin-bottom: 100px;
|