natasha преди 1 година
родител
ревизия
d8a7499c67
променени са 3 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 0
      src/App.vue
  2. 1 1
      src/views/courseView.vue
  3. 1 1
      src/views/courseWare.vue

+ 1 - 0
src/App.vue

@@ -101,6 +101,7 @@ export default {
   justify-content: space-between;
   justify-content: space-between;
   font-size: 16px;
   font-size: 16px;
   line-height: 24px;
   line-height: 24px;
+  z-index: 3;
   :nth-child(1) {
   :nth-child(1) {
     margin-right: 8px;
     margin-right: 8px;
   }
   }

+ 1 - 1
src/views/courseView.vue

@@ -451,7 +451,7 @@ export default {
       background: #fff;
       background: #fff;
       position: fixed;
       position: fixed;
       left: 0;
       left: 0;
-      z-index: 1;
+      z-index: 2;
     }
     }
     .content-tree-full {
     .content-tree-full {
       position: fixed !important;
       position: fixed !important;

+ 1 - 1
src/views/courseWare.vue

@@ -475,7 +475,7 @@ export default {
       background: #fff;
       background: #fff;
       position: fixed;
       position: fixed;
       left: 0;
       left: 0;
-      z-index: 1;
+      z-index: 2;
     }
     }
     .content-tree-full {
     .content-tree-full {
       position: fixed !important;
       position: fixed !important;