style(archive-form): 统一和优化弹窗表单风格及间距
- 统一财务/信用信息分组备注字段宽度及对齐,修正跨列占位 - 调整评分量化表弹窗左右边距,移除多余内边距复用全局样式 - 将评分量化表相关编辑弹窗改用 section-card 白卡分组并应用 archive-form 风格 - 给业务编辑弹窗添加 archive-form 样式,统一 label 固定宽度和控件宽度至 250px - 新增 common-route 编辑弹窗自定义类,实现输入框宽度和标签对齐 - 全局修改弹窗灰底区间距为 8px,放宽表单项上下间距至 20px,提升视觉一致性 - 优化 Avue 弹窗底部按钮区样式,实现按钮内嵌于白卡底部 - 移除主弹窗标题左侧竖条,全站统一弹窗标题风格,遵循用户需求 - 修复弹窗表单 label 换行稳定性,保证长文本正确展示 - 调整 customer-archive 备注字段布局,保证输入框对齐美观 - 各手写编辑弹窗附加 archive-form,保证样式一致不破坏功能
This commit is contained in:
@@ -254,6 +254,7 @@ export const option = {
|
|||||||
['updateUserName', 'updateTime', 'createTime'].indexOf(first.prop) -
|
['updateUserName', 'updateTime', 'createTime'].indexOf(first.prop) -
|
||||||
['updateUserName', 'updateTime', 'createTime'].indexOf(second.prop)
|
['updateUserName', 'updateTime', 'createTime'].indexOf(second.prop)
|
||||||
),
|
),
|
||||||
|
]),
|
||||||
dialogCustomClass: 'avue-dialog--common-route',
|
dialogCustomClass: 'avue-dialog--common-route',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user