style(business): 调整弹窗宽度及优化端口码头排序和提示

- 将业务详情、导入和调度弹窗宽度由96%调整至92%
- 修改端口码头相关字段的order属性,调整显示顺序
- 将“请选择类型”提示消息替换为变量newLocal,便于国际化
- 注释掉.detail-address-input的宽度样式,避免样式冲突
This commit is contained in:
2026-08-13 10:57:16 +08:00
parent 8c7ef5822a
commit a89cb44e36
2 changed files with 169 additions and 167 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ export default {
prop: 'detailAddress',
slot: true,
formslot: true,
span: 24,
span: 12,
minWidth: 220,
overHidden: false,
order: 86,
+3 -1
View File
@@ -958,6 +958,7 @@
class="score-detail-dialog"
@closed="resetScoreDialog"
>
<section-card>
<el-form
ref="scoreForm"
:model="currentScore"
@@ -1131,6 +1132,7 @@
</template>
</el-table-column>
</el-table>
</section-card>
<section-card title="证明材料" class="score-material-card">
<template #extra>
@@ -3829,7 +3831,7 @@ export default {
.score-category-table {
width: calc(100% - 72px);
margin: 8px 36px 0;
margin: 8px 36px 16px;
:deep(.el-table__body td) {
height: 56px;