diff --git a/src/views/business/components/master-order-editor.vue b/src/views/business/components/master-order-editor.vue index 9af1cb4..eaf7cba 100644 --- a/src/views/business/components/master-order-editor.vue +++ b/src/views/business/components/master-order-editor.vue @@ -1748,7 +1748,7 @@ export default { font-size: 16px; } .el-form-item { - margin-bottom: 16px; + margin-bottom: 14px; } } .goods-heading { diff --git a/src/views/vehicle/credit-score-quantification.vue b/src/views/vehicle/credit-score-quantification.vue index 14ed7ee..e335097 100644 --- a/src/views/vehicle/credit-score-quantification.vue +++ b/src/views/vehicle/credit-score-quantification.vue @@ -1102,7 +1102,7 @@ export default { padding: 4px 0 6px; :deep(.el-form-item) { - margin-bottom: 18px; + margin-bottom: 14px; } :deep(.el-form-item__label) { @@ -1141,7 +1141,7 @@ export default { column-gap: 112px; :deep(.el-form-item) { - margin-bottom: 18px; + margin-bottom: 14px; } } } diff --git a/src/views/vehicle/customer-archive.vue b/src/views/vehicle/customer-archive.vue index 4467bf6..180307e 100644 --- a/src/views/vehicle/customer-archive.vue +++ b/src/views/vehicle/customer-archive.vue @@ -4501,7 +4501,7 @@ export default { padding: 8px 36px 0; :deep(.el-form-item) { - margin-bottom: 18px; + margin-bottom: 14px; } :deep(.el-form-item__label) { @@ -4629,7 +4629,7 @@ export default { max-width: 620px; :deep(.el-form-item) { - margin-bottom: 16px; + margin-bottom: 14px; } :deep(.el-input) { @@ -4856,8 +4856,6 @@ export default { .archive-page-form { min-height: 100%; - //padding: 20px 24px 92px; - //background: #fff; } .archive-form__footer { display: flex; @@ -4902,4 +4900,7 @@ export default { .el-col{ margin-bottom: 0; } +.el-form-item { + margin-bottom: 14px !important; +}