fix bug
This commit is contained in:
@ -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: {
|
||||
|
||||
@ -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: {
|
||||
|
||||
@ -379,7 +379,11 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 8 }
|
||||
}
|
||||
},
|
||||
$carModel: {
|
||||
spanLabelFixed: 100,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user