]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-360 Сборка страницы автопм
authormarina <m.zozirova@gmail.com>
Mon, 16 Jun 2025 08:49:23 +0000 (11:49 +0300)
committermarina <m.zozirova@gmail.com>
Mon, 16 Jun 2025 08:49:23 +0000 (11:49 +0300)
erp24/views/auto-plannogramma/index.php

index c260ab8e6ae15346817416ce59f31186022a9239..8bd3ecfe15493d454e6f136ed88fffd317501660 100644 (file)
@@ -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;