|
|
@@ -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>
|