coys 2 ani în urmă
părinte
comite
f56027ba19

+ 2 - 1
src/components/checkPeople/index.vue

@@ -36,7 +36,7 @@
         </van-col>
       </van-row>
 
-      <van-row>
+      <van-row class="rowclss">
         <van-col span="24">
           <van-checkbox-group v-model="result">
             <van-cell-group>
@@ -186,6 +186,7 @@ export default {
   width: 100%;
   bottom: 0%;
   position: fixed;
+  z-index: 2000;
 }
 .bigsheetbox{
   height: calc(100vh - 100px);

+ 5 - 1
src/components/peopleList/index.vue

@@ -18,7 +18,7 @@
         </van-col>
       </van-row>
 
-      <van-row>
+      <van-row class="rowclss">
         <van-col span="24">
           <van-checkbox-group v-model="peoplesId">
             <van-cell-group>
@@ -197,6 +197,10 @@ export default {
   width: 100%;
   bottom: 0%;
   position: fixed;
+  z-index: 2000;
+}
+.rowclss{
+  margin-bottom: 100px;
 }
 .bigsheetbox {
   height: calc(100vh - 100px);

+ 6 - 1
src/views/menu/rehearsalTask/components/dialog.vue

@@ -19,7 +19,7 @@
         </van-col>
       </van-row>
 
-      <van-row>
+      <van-row class="rowclss">
         <van-col span="24">
           <van-collapse v-model="activeNames" @change="checkedHandler" accordion>
             <van-checkbox-group v-model="result"  @change="changeCheckBox">
@@ -186,6 +186,8 @@ export default {
   width: 100%;
   bottom: 0%;
   position: fixed;
+  margin-top: 20px;
+  z-index: 2000;
 }
 .bigsheetbox {
   height: calc(100vh - 100px);
@@ -195,4 +197,7 @@ export default {
   height: 3px;
   background-color: #1989fa;
 }
+.rowclss{
+  margin-bottom: 100px;
+}
 </style>

+ 6 - 1
src/views/menu/training/components/selectData.vue

@@ -8,7 +8,7 @@
         </van-col>
       </van-row>
 
-      <van-row>
+      <van-row class="rowclss">
         <van-col span="24">
           <van-collapse v-model="activeNames" @change="checkedHandler">
             <van-checkbox-group v-model="result" >
@@ -196,6 +196,11 @@ export default {
   width: 100%;
   bottom: 0%;
   position: fixed;
+  margin-top: 20px;
+  z-index: 2000;
+}
+.rowclss{
+  margin-bottom: 100px;
 }
 .bigsheetbox {
   height: calc(100vh - 100px);