lrf402788946 4 years ago
parent
commit
14e1125e4f

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

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

+ 2 - 0
src/views/index.vue

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

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

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

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

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