This commit is contained in:
wangshiming
2022-02-28 16:59:14 +08:00
parent f3a1e96d86
commit 8e0ea9bf23
3 changed files with 7 additions and 1 deletions

View File

@ -412,6 +412,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
grid: { lg: 8, md: 12, sm: 12, xs: 24 }
},
$carModel: {
spanLabelFixed: 120,
grid: { span: 8 }
},
$carLength: {

View File

@ -435,6 +435,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
grid: { lg: 8, md: 12, sm: 12, xs: 24 }
},
$carModel: {
spanLabelFixed: 120,
grid: { span: 8 }
},
$carLength: {

View File

@ -379,7 +379,11 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
'*': {
spanLabelFixed: 115,
grid: { span: 8 }
}
},
$carModel: {
spanLabelFixed: 100,
grid: { span: 8 }
},
};
}