From eb328de9746742af9f41c22c7290f995581d8e9f Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 27 May 2025 09:26:15 +0300 Subject: [PATCH] ERP-417 --- erp24/views/write_offs_erp/_form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/erp24/views/write_offs_erp/_form.php b/erp24/views/write_offs_erp/_form.php index f30fc7da..cead9a2f 100644 --- a/erp24/views/write_offs_erp/_form.php +++ b/erp24/views/write_offs_erp/_form.php @@ -217,6 +217,7 @@ JS 'name' => 'imageFiles', 'title' => 'Фотографии: jpg и png', 'type' => FileInput::className(), + 'columnOptions' => ['style' => 'width: 120px'], 'options' => [ 'options' => [ 'multiple' => true, -- 2.39.5