lrf402788946 преди 4 години
родител
ревизия
14e1125e4f
променени са 4 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 2 0
      src/views/class/index.vue
  2. 2 0
      src/views/index.vue
  3. 2 0
      src/views/teacherscore/index.vue
  4. 2 0
      src/views/user/index.vue

+ 2 - 0
src/views/class/index.vue

@@ -379,5 +379,7 @@ export default {
 .foot {
   height: 90px;
   overflow: hidden;
+  position: relative;
+  z-index: 999;
 }
 </style>

+ 2 - 0
src/views/index.vue

@@ -202,5 +202,7 @@ export default {
 .foot {
   height: 90px;
   overflow: hidden;
+  position: relative;
+  z-index: 999;
 }
 </style>

+ 2 - 0
src/views/teacherscore/index.vue

@@ -133,5 +133,7 @@ export default {
 .foot {
   height: 90px;
   overflow: hidden;
+  position: relative;
+  z-index: 999;
 }
 </style>

+ 2 - 0
src/views/user/index.vue

@@ -97,5 +97,7 @@ export default {
 .foot {
   height: 90px;
   overflow: hidden;
+  position: relative;
+  z-index: 999;
 }
 </style>