xiaomei 6 months ago
parent
commit
6cb51189b4

+ 2 - 1
src/views/transfer/initiatePurchase.vue

@@ -616,7 +616,8 @@ export default {
     text-align: center;
   }
   .body {
-    max-height: 600px;
+    max-height: 60vh;
+    min-height: 50vh;
     overflow: auto;
     padding: 0 14px 20px;
   }

+ 2 - 1
src/views/transfer/order.vue

@@ -572,7 +572,8 @@ export default {
     text-align: center;
   }
   .body {
-    max-height: 600px;
+    max-height: 60vh;
+    min-height: 50vh;
     overflow: auto;
     padding: 0 14px 20px;
   }

+ 2 - 1
src/views/transfer/soldConsignment.vue

@@ -626,7 +626,8 @@ export default {
     text-align: center;
   }
   .body {
-    max-height: 600px;
+    max-height: 60vh;
+    min-height: 50vh;
     overflow: auto;
     padding: 0 14px 20px;
   }