guhongwei 5 years ago
parent
commit
195bf7aece
4 changed files with 4 additions and 4 deletions
  1. 1 1
      src/views/class/index.vue
  2. 1 1
      src/views/index.vue
  3. 1 1
      src/views/teacherscore/index.vue
  4. 1 1
      src/views/user/index.vue

+ 1 - 1
src/views/class/index.vue

@@ -218,7 +218,7 @@ export default {
   min-height: 570px;
 }
 .foot {
-  height: 50px;
+  height: 90px;
   overflow: hidden;
 }
 </style>

+ 1 - 1
src/views/index.vue

@@ -153,7 +153,7 @@ export default {
   min-height: 570px;
 }
 .foot {
-  height: 50px;
+  height: 90px;
   overflow: hidden;
 }
 </style>

+ 1 - 1
src/views/teacherscore/index.vue

@@ -103,7 +103,7 @@ export default {
   min-height: 570px;
 }
 .foot {
-  height: 50px;
+  height: 90px;
   overflow: hidden;
 }
 </style>

+ 1 - 1
src/views/user/index.vue

@@ -99,7 +99,7 @@ export default {
   min-height: 570px;
 }
 .foot {
-  height: 50px;
+  height: 90px;
   overflow: hidden;
 }
 </style>