diff --git a/frontend/src/views/Observation.vue b/frontend/src/views/Observation.vue index b8b135d..b89f503 100644 --- a/frontend/src/views/Observation.vue +++ b/frontend/src/views/Observation.vue @@ -7,31 +7,31 @@ - +
{{ totals[0] }}
- +
{{ totals[1] }}
- +
{{ totals[2] }}
- +
{{ totals[3] }}
- +
{{ totals[4] }}
@@ -219,7 +219,7 @@ handleOk(evt) { // Prevent modal from closing evt.preventDefault(); - if(this.password) { + if (this.password) { this.handleSubmit() } }, @@ -300,5 +300,6 @@ img { height: 80px; + object-fit: contain; }