diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 4e171ca..0d5a219 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -6,7 +6,7 @@
- +
@@ -24,12 +24,12 @@
- - - + + + - +
@@ -112,8 +112,8 @@ .image-container { grid-area: image-view; - max-width: 100%; - max-height: 100%; + width: 100%; + height: 100%; min-width: 0; min-height: 0; position: relative;