style(forms): 全站表单项间距统一调整为14px

- 统一调整settlement、business、payment模块以及全局样式中.el-form-item的margin-bottom从16/18/20px改为14px
- 保留搜索栏相关的.el-form-item间距为8px和特殊分组risk-disposal的28px
- 修正多个页面和组件的局部样式覆盖问题,确保填写区表单项间距一致
- 更新element-ui.scss中.dialog-form--carded对应的margin-bottom为14px
- 维护部分表单组件原本使用的重要样式不变,保证视觉统一且不影响特殊布局
This commit is contained in:
2026-08-26 15:38:39 +08:00
parent dca137df8d
commit c3f05a342e
19 changed files with 46 additions and 19 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ export default {
<style scoped lang="scss">
.bill-ledger-form-page__form :deep(.el-form-item) {
margin-bottom: 16px;
margin-bottom: 14px;
}
.bill-ledger-form-page__basic-grid {
display: grid;
+1 -1
View File
@@ -379,7 +379,7 @@ export default {
<style scoped lang="scss">
.bill-payment-form-page__form :deep(.el-form-item) {
margin-bottom: 16px;
margin-bottom: 14px;
}
.bill-payment-form-page__form :deep(.el-input),
.bill-payment-form-page__form :deep(.el-input-number),
+1 -1
View File
@@ -752,7 +752,7 @@ export default {
<style scoped lang="scss">
.receipt-form-page__form :deep(.el-form-item) {
margin-bottom: 16px;
margin-bottom: 14px;
}
.receipt-form-page__form :deep(.el-select),
.receipt-form-page__form :deep(.el-input-number) {
@@ -1321,7 +1321,7 @@ export default {
display: inline-flex;
}
.payment-form-page :deep(.el-form-item) {
margin-bottom: 16px;
margin-bottom: 14px;
}
.payment-form-page :deep(.el-input-number .el-input__inner) {
text-align: left;