From: marina Date: Mon, 16 Jun 2025 08:49:23 +0000 (+0300) Subject: ERP-360 Сборка страницы автопм X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=accb0787636945165899e503e34aa8ff00106e08;p=erp24_rep%2Fyii-erp24%2F.git ERP-360 Сборка страницы автопм --- diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index c260ab8e..8bd3ecfe 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -250,6 +250,19 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' => position: relative; } + .loader-overlay { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background-color: rgba(255, 255, 255, 0.7); + display: flex; + justify-content: center; + align-items: center; + z-index: 999; + } + th:first-child, td.category, td.subcategory { @@ -286,19 +299,6 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' => color: black; } - .loader-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: rgba(255, 255, 255, 0.7); - display: flex; - justify-content: center; - align-items: center; - z-index: 999; - } - .category-cell { display: flex; justify-content: flex-end;