lrf402788946 4 years ago
parent
commit
14e1125e4f
4 changed files with 8 additions and 0 deletions
  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>