Browse Source

更新底部信息

guhongwei 5 years ago
parent
commit
e0b971bd5d

+ 1 - 1
src/components/corp.vue

@@ -77,7 +77,7 @@ export default {
   margin: 20px 0;
 }
 .foot {
-  height: 133px;
+  min-height: 133px;
   overflow: hidden;
 }
 </style>

+ 1 - 1
src/components/jobfair.vue

@@ -79,7 +79,7 @@ export default {
   border: 1px solid #ccc;
 }
 .foot {
-  height: 133px;
+  min-height: 133px;
   overflow: hidden;
 }
 </style>

+ 1 - 1
src/components/jobinfo.vue

@@ -77,7 +77,7 @@ export default {
   margin: 20px 0;
 }
 .foot {
-  height: 133px;
+  min-height: 133px;
   overflow: hidden;
 }
 </style>

+ 1 - 1
src/components/jobs.vue

@@ -84,7 +84,7 @@ export default {
   margin: 20px 0;
 }
 .foot {
-  height: 133px;
+  min-height: 133px;
   overflow: hidden;
 }
 </style>

+ 1 - 2
src/components/list.vue

@@ -89,8 +89,7 @@ export default {
   margin: 0 0 0 20px;
 }
 .foot {
-  height: 133px;
+  min-height: 133px;
   background-color: #0457c7;
-  overflow: hidden;
 }
 </style>

+ 0 - 1
src/components/member.vue

@@ -119,6 +119,5 @@ export default {
 }
 .down {
   min-height: 135px;
-  overflow: hidden;
 }
 </style>

+ 0 - 1
src/components/memberDetail.vue

@@ -68,6 +68,5 @@ export default {
 }
 .down {
   min-height: 135px;
-  overflow: hidden;
 }
 </style>

+ 0 - 1
src/components/memberList.vue

@@ -85,6 +85,5 @@ export default {
 }
 .down {
   min-height: 135px;
-  overflow: hidden;
 }
 </style>

+ 1 - 2
src/components/newsList.vue

@@ -91,8 +91,7 @@ export default {
   margin: 0 0 0 20px;
 }
 .foot {
-  height: 133px;
+  min-height: 133px;
   background-color: #0457c7;
-  overflow: hidden;
 }
 </style>

+ 1 - 2
src/components/quietDetail.vue

@@ -81,8 +81,7 @@ export default {
   background: #f5f5f5;
 }
 .foot {
-  height: 133px;
+  min-height: 133px;
   background-color: #0457c7;
-  overflow: hidden;
 }
 </style>

+ 1 - 2
src/components/talk.vue

@@ -77,7 +77,6 @@ export default {
   margin: 20px 0;
 }
 .foot {
-  height: 133px;
-  overflow: hidden;
+  min-height: 133px;
 }
 </style>