|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="home-container">
|
|
<div class="home-container">
|
|
- <head-bar @back="back">
|
|
|
|
|
|
+ <head-bar @back="back" style="z-index: 999;">
|
|
<template #title>
|
|
<template #title>
|
|
<div class="navTitle">填写问卷</div>
|
|
<div class="navTitle">填写问卷</div>
|
|
</template>
|
|
</template>
|
|
@@ -458,7 +458,7 @@ export default {
|
|
.step_box {
|
|
.step_box {
|
|
margin-top: 1.5rem;
|
|
margin-top: 1.5rem;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: calc(100vh - 1.5rem - 50px);
|
|
|
|
|
|
+ height: calc(100vh - 55px - 50px);
|
|
overflow: auto;
|
|
overflow: auto;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|