diff --git a/src/views/fourCam.vue b/src/views/fourCam.vue index f57855c..dff8af1 100644 --- a/src/views/fourCam.vue +++ b/src/views/fourCam.vue @@ -7,36 +7,45 @@ import Camera from "../components/Camera.vue"; @@ -58,4 +67,20 @@ it directly in their file component's style*/ top: 5%; margin-right: 3%; } + + .battery_test { + position:absolute; + height: 7%; + width: 6.3%; + top: 4%; + left: 2%; + } + + .connection_test { + position:absolute; + height: 11%; + width: 4%; + top: 1%; + left: 9.5%; + } \ No newline at end of file