roose 5 лет назад
Родитель
Сommit
713ceaa9c4

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

@@ -83,7 +83,7 @@ export default {
   margin: 0 0 10px 0;
 }
 .main {
-  height: 765px;
+  min-height: 765px;
   background: #ffffff;
 }
 .search {

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

@@ -61,7 +61,7 @@ export default {
   margin: 0 0 10px 0;
 }
 .main {
-  height: 765px;
+  min-height: 765px;
   background: #ffffff;
   padding: 0 30px 0 30px;
 }

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

@@ -205,7 +205,7 @@
     margin: 0 0 10px 0;
   }
   .main {
-    height: 765px;
+    min-height: 765px;
     background: #ffffff;
   }
   .search {

+ 1 - 1
src/views/intelligentDocking/detail.vue

@@ -71,7 +71,7 @@ export default {
   margin: 0 0 10px 0;
 }
 .main {
-  height: 765px;
+  min-height: 765px;
   background: #ffffff;
 }
 </style>