xiaomei 6 月之前
父节点
当前提交
6cb51189b4
共有 3 个文件被更改,包括 6 次插入3 次删除
  1. 2 1
      src/views/transfer/initiatePurchase.vue
  2. 2 1
      src/views/transfer/order.vue
  3. 2 1
      src/views/transfer/soldConsignment.vue

+ 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;
   }