style(customer-archive): 修复表单长 label 换行并优化弹窗布局

- 加固 .archive-form label 换行,实现长文字自动折行且右对齐,确保输入框宽度稳定
- 修复 Element Plus 2.14 中 label 高度锁定问题,改为 height auto 和合理行高
- 弹窗表单项上下间距由 16px 缩减至 8px,添加错误信息完整显示,避免遮挡
- 调整客商档案联系信息分组为四列布局,保留最后一列空白占位
- 客商档案工商信息表单项实现 label 与控件垂直居中对齐,提升视觉一致性
- 增加输入控件宽度至 250px,保持表单整体布局协调
- 全局 .el-dialog 背景色微调为更浅灰色,内边距改为 8px,统一弹窗样式
This commit is contained in:
2026-08-11 16:37:44 +08:00
parent 1f669bfd29
commit a76d494215
3 changed files with 64 additions and 12 deletions
+1 -1
View File
@@ -217,7 +217,7 @@
// 1) 所有弹窗内容区统一灰底 + 16px 内边距(与 project-apply 一致,避免内容贴边)
.el-dialog__body {
background-color: #f3f3f3;
background-color: #f2f2f2;
padding: 8px;
}