Browse Source

bug修复

chenrui 3 years ago
parent
commit
c2ea218cb0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/allocationManagement/storeTransferOut/edit.vue

+ 4 - 0
src/views/allocationManagement/storeTransferOut/edit.vue

@@ -528,5 +528,9 @@ export default {
     .storeTransferOutEdit-back, .storeTransferOutEdit-cont{
       margin-bottom: 10px;
     }
+    >.ant-spin-nested-loading{
+      overflow-y: scroll;
+      height: 100%;
+    }
   }
 </style>