From: Vladimir Fomichev Date: Thu, 11 Sep 2025 07:29:52 +0000 (+0300) Subject: Высота контейнера X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=867f8c8bda684678a17e70d0d1ce4861ca86d14e;p=erp24_rep%2Fyii-erp24%2F.git Высота контейнера --- diff --git a/erp24/views/matrix-bouquet-actuality/index.php b/erp24/views/matrix-bouquet-actuality/index.php index 32eab955..8c355ccf 100644 --- a/erp24/views/matrix-bouquet-actuality/index.php +++ b/erp24/views/matrix-bouquet-actuality/index.php @@ -48,7 +48,7 @@ foreach ($subgroups as $sg) { } ?> -
+

title) ?>

@@ -196,7 +196,7 @@ foreach ($subgroups as $sg) { 'hover' => true, 'floatHeader' => false, 'tableOptions' => ['class' => 'table table-bordered'], - 'containerOptions' => ['style' => 'overflow:auto; max-height:500px;'], + 'containerOptions' => ['style' => 'overflow:auto;'], 'rowOptions' => function($row) { return $row['actuality'] ? ['class'=>'table-success'] : []; },