]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Высота контейнера
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 11 Sep 2025 07:29:52 +0000 (10:29 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 11 Sep 2025 07:29:52 +0000 (10:29 +0300)
erp24/views/matrix-bouquet-actuality/index.php

index 32eab955bd27897980bfaacaca544e714ebf195d..8c355ccf65a477f6d82b110b0a0a562cf6579787 100644 (file)
@@ -48,7 +48,7 @@ foreach ($subgroups as $sg) {
 }
 ?>
 
-<div class="matrix-bouquet-actuality-index p-4">
+<div class="matrix-bouquet-actuality-index px-4">
 
     <h1><?= Html::encode($this->title) ?></h1>
 
@@ -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'] : [];
         },