mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-14 20:48:07 +02:00
more cleanup
This commit is contained in:
@@ -46,6 +46,10 @@ code {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.copy-button {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
hide-details
|
||||
></v-select>
|
||||
<v-img
|
||||
:aspect-ratio="3/2"
|
||||
cover
|
||||
v-if="selectedBrand"
|
||||
:src="selectedBrand.exampleImage"
|
||||
:alt="selectedBrand.nickname"
|
||||
@@ -40,15 +42,6 @@
|
||||
operator=<span class="highlight">(Police Dept/Owner)</span><br>
|
||||
operator:wikidata=<span class="highlight">(WikiData ID)</span><br>
|
||||
</DFCode>
|
||||
|
||||
<v-alert
|
||||
v-if="selectedBrand.nickname === 'Other'"
|
||||
class="mt-4"
|
||||
variant="tonal"
|
||||
type="info"
|
||||
>
|
||||
Please provide additional details about the ALPR.
|
||||
</v-alert>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
@@ -87,6 +80,7 @@ const alprBrands: WikidataItem[] = [
|
||||
name: '(brand goes here)',
|
||||
nickname: 'Other',
|
||||
wikidata: '(wikidata goes here)',
|
||||
exampleImage: '/other-1.jpeg',
|
||||
}
|
||||
];
|
||||
const selectedBrand: Ref<WikidataItem> = ref(alprBrands[0]);
|
||||
|
||||
Reference in New Issue
Block a user