From 8c85eb7f81b6d31fbb565d935fe7fa2ab63ba48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 11 Aug 2026 18:50:47 +0800 Subject: [PATCH] =?UTF-8?q?style(archive-form):=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=92=8C=E4=BC=98=E5=8C=96=E5=BC=B9=E7=AA=97=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E5=8F=8A=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 统一财务/信用信息分组备注字段宽度及对齐,修正跨列占位 - 调整评分量化表弹窗左右边距,移除多余内边距复用全局样式 - 将评分量化表相关编辑弹窗改用 section-card 白卡分组并应用 archive-form 风格 - 给业务编辑弹窗添加 archive-form 样式,统一 label 固定宽度和控件宽度至 250px - 新增 common-route 编辑弹窗自定义类,实现输入框宽度和标签对齐 - 全局修改弹窗灰底区间距为 8px,放宽表单项上下间距至 20px,提升视觉一致性 - 优化 Avue 弹窗底部按钮区样式,实现按钮内嵌于白卡底部 - 移除主弹窗标题左侧竖条,全站统一弹窗标题风格,遵循用户需求 - 修复弹窗表单 label 换行稳定性,保证长文本正确展示 - 调整 customer-archive 备注字段布局,保证输入框对齐美观 - 各手写编辑弹窗附加 archive-form,保证样式一致不破坏功能 --- src/option/business/common-route.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/option/business/common-route.js b/src/option/business/common-route.js index 608346d..e7e8a59 100644 --- a/src/option/business/common-route.js +++ b/src/option/business/common-route.js @@ -254,6 +254,7 @@ export const option = { ['updateUserName', 'updateTime', 'createTime'].indexOf(first.prop) - ['updateUserName', 'updateTime', 'createTime'].indexOf(second.prop) ), + ]), dialogCustomClass: 'avue-dialog--common-route', };