From bce37b0e553c4d6047c48114b0b0f49f4211caa9 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 28 May 2026 00:00:14 +0300 Subject: [PATCH] =?utf8?q?fix:=20=D0=B3=D0=BE=D1=80=D0=B8=D0=B7=D0=BE?= =?utf8?q?=D0=BD=D1=82=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BA?= =?utf8?q?=D1=80=D0=BE=D0=BB=D0=BB=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86?= =?utf8?q?=D1=8B=20=D1=81=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B9=20?= =?utf8?q?=D0=BD=D0=B0=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B?= =?utf8?q?=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Обёрнут GridView в div.table-responsive для корректного отображения таблицы на узких экранах. --- erp24/views/write_offs_erp/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp24/views/write_offs_erp/index.php b/erp24/views/write_offs_erp/index.php index 575be3bd..efc216cf 100644 --- a/erp24/views/write_offs_erp/index.php +++ b/erp24/views/write_offs_erp/index.php @@ -123,11 +123,13 @@ if (!$isShowSum) { render('_search', ['model' => $searchModel]); ?> +
$dataProvider, 'filterModel' => $searchModel, 'columns' => $columns, ]); ?> +
-- 2.39.5