diff --git a/jshERP-web/src/views/financial/dialog/DebtBillList.vue b/jshERP-web/src/views/financial/dialog/DebtBillList.vue index 65abe222..cc7fc0e3 100644 --- a/jshERP-web/src/views/financial/dialog/DebtBillList.vue +++ b/jshERP-web/src/views/financial/dialog/DebtBillList.vue @@ -11,7 +11,7 @@ @cancel="handleCancel" cancelText="关闭" wrapClassName="ant-modal-cust-warp" - style="top:5%;height: 100%;overflow-y: hidden"> + style="top:20px;height: 95%;overflow-y: hidden">
diff --git a/jshERP-web/src/views/material/modules/MaterialPropertyModal.vue b/jshERP-web/src/views/material/modules/MaterialPropertyModal.vue index 19df6c57..c915054b 100644 --- a/jshERP-web/src/views/material/modules/MaterialPropertyModal.vue +++ b/jshERP-web/src/views/material/modules/MaterialPropertyModal.vue @@ -12,7 +12,7 @@ @cancel="handleCancel" cancelText="关闭" wrapClassName="ant-modal-cust-warp" - style="top:20%;height: 70%;overflow-y: hidden"> + style="top:10%;height: 70%;overflow-y: hidden"> diff --git a/jshERP-web/src/views/system/modules/FunctionModal.vue b/jshERP-web/src/views/system/modules/FunctionModal.vue index 3323605c..f44863c7 100644 --- a/jshERP-web/src/views/system/modules/FunctionModal.vue +++ b/jshERP-web/src/views/system/modules/FunctionModal.vue @@ -12,7 +12,7 @@ @cancel="handleCancel" cancelText="关闭" wrapClassName="ant-modal-cust-warp" - style="top:10%;height: 90%;overflow-y: hidden"> + style="top:5%;height: 90%;overflow-y: hidden">