style(business): 调整弹窗宽度及优化端口码头排序和提示
- 将业务详情、导入和调度弹窗宽度由96%调整至92% - 修改端口码头相关字段的order属性,调整显示顺序 - 将“请选择类型”提示消息替换为变量newLocal,便于国际化 - 注释掉.detail-address-input的宽度样式,避免样式冲突
This commit is contained in:
@@ -604,7 +604,7 @@ export default {
|
||||
prop: 'detailAddress',
|
||||
slot: true,
|
||||
formslot: true,
|
||||
span: 24,
|
||||
span: 12,
|
||||
minWidth: 220,
|
||||
overHidden: false,
|
||||
order: 86,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user