优化UI
This commit is contained in:
@ -203,7 +203,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
this.ui1 = {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -293,9 +293,12 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
};
|
||||
this.ui3 = {
|
||||
'*': {
|
||||
spanLabelFixed: 90,
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
},
|
||||
$goodsNameId: {
|
||||
spanLabelFixed: 10
|
||||
},
|
||||
$goodsTips: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
@ -406,33 +409,37 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
};
|
||||
this.ui4 = {
|
||||
'*': {
|
||||
spanLabelFixed: 90,
|
||||
grid: { span: 24 }
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
},
|
||||
$freightPrice: {
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$rule: {
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$settlementBasis: {
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$weight: {
|
||||
grid: { lg: 8, md: 12, sm: 12, xs: 24 }
|
||||
grid: { span: 4 }
|
||||
},
|
||||
$volume: {
|
||||
grid: { lg: 8, md: 12, sm: 12, xs: 24 }
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 4 }
|
||||
},
|
||||
$number: {
|
||||
grid: { lg: 8, md: 12, sm: 12, xs: 24 }
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 4 }
|
||||
},
|
||||
$carModel: {
|
||||
spanLabelFixed: 120,
|
||||
grid: { span: 8 }
|
||||
grid: { span: 6 }
|
||||
},
|
||||
$carLength: {
|
||||
grid: { span: 8 }
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 6 }
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -522,7 +529,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
ui: {
|
||||
widget: 'textarea',
|
||||
placeholder: '请输入',
|
||||
autosize: { minRows: 3, maxRows: 3 }
|
||||
autosize: { minRows: 1, maxRows: 1 }
|
||||
} as SFTextareaWidgetSchema
|
||||
}
|
||||
},
|
||||
@ -538,7 +545,10 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
};
|
||||
this.ui7 = {
|
||||
'*': {
|
||||
spanLabelFixed: 90,
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$remarks: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user