From 9c783c802d1dbf70aec675e1bac455604413d904 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, 25 Aug 2026 16:07:49 +0800 Subject: [PATCH] =?UTF-8?q?style(vehicle):=20=E8=B0=83=E6=95=B4=E8=AF=84?= =?UTF-8?q?=E5=88=86=E9=87=8F=E5=8C=96=E7=9B=B8=E5=85=B3=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=92=8C=E5=B8=83=E5=B1=80=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 缩减评分量化表弹窗宽度从88%到65% - 调整评分类目详情弹窗宽度从82%到61% - 缩减评分项目详情弹窗宽度从86%到58% - 缩小评估标准设置弹窗宽度从76%到50% - 修改信用等级、得分率及额度增加表单列宽从8栏改为12栏 - 增加评分配置名称输入框固定宽度500px样式 - 调整选项行网格列宽和间距,优化布局展示 --- .../vehicle/credit-score-quantification.vue | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/views/vehicle/credit-score-quantification.vue b/src/views/vehicle/credit-score-quantification.vue index 5f863b6..dee1899 100644 --- a/src/views/vehicle/credit-score-quantification.vue +++ b/src/views/vehicle/credit-score-quantification.vue @@ -79,7 +79,7 @@ :title="readonly ? '查看评分量化表' : configForm.id ? '编辑评分量化表' : '新增评分量化表'" append-to-body v-model="configBox" - width="88%" + width="65%" class="score-dialog" @closed="resetConfig" > @@ -98,6 +98,7 @@ class="score-config__name-input" maxlength="30" show-word-limit + style="width: 500px" /> @@ -164,7 +165,7 @@ title="评分类目详情" append-to-body v-model="categoryBox" - width="82%" + width="61%" class="score-dialog category-dialog" :close-on-press-escape="false" > @@ -214,7 +215,7 @@ title="评分项目详情" append-to-body v-model="itemBox" - width="86%" + width="58%" class="score-item-dialog" > @@ -343,7 +344,7 @@ title="评估标准设置" append-to-body v-model="standardBox" - width="76%" + width="50%" :close-on-press-escape="false" > @@ -355,7 +356,7 @@ class="standard-form archive-form" > - + - +
- + - +