diff --git a/frontend/src/views/ShopfloorDashboard.vue b/frontend/src/views/ShopfloorDashboard.vue index e0b702f..19b28f4 100644 --- a/frontend/src/views/ShopfloorDashboard.vue +++ b/frontend/src/views/ShopfloorDashboard.vue @@ -458,7 +458,10 @@ function handlePhotoError(e) { position: absolute; top: 0; left: 0; - width: 1920px; + width: 1600px; + min-height: 900px; + display: flex; + flex-direction: column; transform-origin: top left; } @@ -786,13 +789,10 @@ function handlePhotoError(e) { } .dashboard-footer { - position: fixed; - bottom: 0; - left: 0; - right: 0; + margin-top: auto; background: rgba(0, 0, 0, 0.8); text-align: center; padding: 12px; - font-size: 16px; + font-size: 18px; }