| | |
| | | .main-content { |
| | | flex: 1; |
| | | display: flex; |
| | | padding: 1vh 1vw 6vh; |
| | | padding: 1vh 1vw 19vh; |
| | | box-sizing: border-box; |
| | | gap: 1vw; |
| | | } |
| | |
| | | } |
| | | |
| | | .system-info { |
| | | height: 15%; |
| | | flex: 15; |
| | | } |
| | | .warehouse-data { |
| | | height: 50%; |
| | | flex: 50; |
| | | } |
| | | .equipment-usage { |
| | | height: 35%; |
| | | flex: 35; |
| | | } |
| | | .order-stats { |
| | | height: 50%; |
| | | flex: 50; |
| | | } |
| | | .inventory-type { |
| | | height: 50%; |
| | | flex: 50; |
| | | } |
| | | |
| | | .panel-content { |
| | |
| | | } |
| | | |
| | | .footer-stack { |
| | | position: fixed; |
| | | position: fixed !important; |
| | | left: 1.5vw; |
| | | right: auto; |
| | | bottom: 2.8vh; |
| | | height: 15vh; |
| | | height: 9vh; |
| | | width: calc(100% - 3vw); |
| | | z-index: 1000; |
| | | overflow: hidden; |