Browse Source

表单层级问题

SanHQin 3 weeks ago
parent
commit
d63c709c36

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-00664cdc.4a95679b.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-006efb70.c23507c1.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-0e29728a.ae093545.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-247d1cc7.1c27148f.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-2ce4ba0a.df374c05.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-344af684.38ff88f8.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-4ab42e4a.01fa89b1.css


+ 1 - 0
dist/static/css/chunk-656e2c56.51fe60e6.css

@@ -0,0 +1 @@
+.navTitle[data-v-4e63525e]{font-size:.42667rem;color:#fff}.home-container[data-v-4e63525e]{height:100vh;overflow:hidden}.home-container .step_box[data-v-4e63525e]{margin-top:1.5rem;width:100%;height:calc(100vh - 2.8rem);overflow:auto;position:relative}.home-container .edit_top[data-v-4e63525e]{width:100%;margin:0 auto}.home-container .edit_top[data-v-4e63525e] .el-button{width:100%;height:1.33333rem;text-align:center;font-size:.42667rem}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-870f2882.c19d182a.css


+ 0 - 1
dist/static/css/chunk-8d8468b2.7e3df26d.css

@@ -1 +0,0 @@
-.navTitle[data-v-0fb3e726]{font-size:.42667rem;color:#fff}.home-container[data-v-0fb3e726]{height:100vh;overflow:hidden}.home-container .step_box[data-v-0fb3e726]{margin-top:1.5rem;width:100%;height:calc(100vh - 2.83333rem);overflow:auto;position:relative}.home-container .edit_top[data-v-0fb3e726]{width:100%;margin:0 auto}.home-container .edit_top[data-v-0fb3e726] .el-button{width:100%;height:1.33333rem;text-align:center;font-size:.42667rem}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-b40d50ca.cf12ca03.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-d3f058fe.ffeac5d0.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.56743536.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0e29728a.a252332b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-247d1cc7.415d5bfe.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4ab42e4a.4a2dfd9b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-656e2c56.9acb7b00.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-870f2882.42b8e484.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8d8468b2.f2c11f19.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-b40d50ca.60ada009.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-d3f058fe.a0ffef66.js


+ 3 - 0
src/components/headBar.vue

@@ -34,6 +34,7 @@ export default {
   background-image: url(../assets/images/course/head-back.png);
   background-image: url(../assets/images/course/head-back.png);
   position: fixed;
   position: fixed;
   top: 0;
   top: 0;
+  z-index: 999;
   .back {
   .back {
     width: 0.3rem;
     width: 0.3rem;
     height: 0.3rem;
     height: 0.3rem;
@@ -44,6 +45,7 @@ export default {
     top: 47%;
     top: 47%;
     left: 0.8rem;
     left: 0.8rem;
     cursor: pointer;
     cursor: pointer;
+    z-index: 999;
   }
   }
   .head-box {
   .head-box {
     padding: 0 1.5rem;
     padding: 0 1.5rem;
@@ -53,6 +55,7 @@ export default {
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     box-sizing: border-box;
     box-sizing: border-box;
+    z-index: 999;
   }
   }
 }
 }
 </style>
 </style>

+ 2 - 2
src/views/testDetail/index.vue

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

Some files were not shown because too many files changed in this diff