@@ -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="请输入搜索关键词" /> -->
@@ -198,10 +198,11 @@ export default {
height: 90px;
}
.bottomdiv {
- // width: 100%;
- // bottom: 0%;
- // position: fixed;
- // z-index: 2000;
+ width: 100%;
+ bottom: 0%;
+ position: absolute;
+ margin-top: 20px;
+ z-index: 2000;
.rowclss {
height: 1050px;
@@ -125,7 +125,7 @@
name="presetCase"
label="预设案由"
type="textarea"
- row="3"
+ rows="6"
maxlength="2000"
show-word-limit
placeholder="请填写预设案由"
@@ -139,7 +139,7 @@
name="drillSituation"
label="演练情况"
placeholder="请填写演练情况"
@@ -1,6 +1,6 @@
<template>
<div>
- <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="选择演练库">
<div class="line"></div>
@@ -90,7 +90,7 @@
name="content"
label="培训内容"
placeholder="请填写培训内容"
@@ -103,7 +103,7 @@
name="note"
label="总结"
placeholder="请结合网点进行总结"