diff --git a/Components/Calculation/Form/AddProduct/config.ts b/Components/Calculation/Form/AddProduct/config.ts index 78a6793..69b50ee 100644 --- a/Components/Calculation/Form/AddProduct/config.ts +++ b/Components/Calculation/Form/AddProduct/config.ts @@ -8,7 +8,7 @@ export const rows: FormTabRows = [ { title: 'Регистрация', }, - [['radioObjectRegistration', 'radioTypePTS']], + [['radioObjectRegistration', 'radioTypePTS'], { gridTemplateColumns: ['1fr 1fr'] }], [['selectRegionRegistration', 'selectTownRegistration', 'selectObjectRegionRegistration']], [['tbxLeaseObjectYear', 'tbxLeaseObjectMotorPower', 'tbxVehicleTaxInYear']], [['selectObjectCategoryTax', 'selectObjectTypeTax', 'tbxVehicleTaxInLeasingPeriod']],