lrf402788946 4 سال پیش
والد
کامیت
be00e1240a
4فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 2 0
      src/views/class/index.vue
  2. 2 0
      src/views/home/index.vue
  3. 2 0
      src/views/question/index.vue
  4. 2 0
      src/views/user/index.vue

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

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

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

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

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

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

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

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