Compare commits

...

2 Commits

Author SHA1 Message Date
a8e066f7e9 Bücher-eintragen: Felder anpassen 2024-07-17 14:48:40 +02:00
84cb8b2889 DropZone: Änderung der beschriftung 2024-07-17 14:48:07 +02:00
2 changed files with 6 additions and 4 deletions

View File

@ -55,15 +55,15 @@ useDropZone(dropZoneRef, onDrop)
<VIcon icon="tabler-upload" />
</IconBtn>
<h4 class="text-h4">
Ziehen Sie Ihr Bild hierher und legen Sie es dort ab.
Ziehen Sie ein Bild in das Feld und legen Sie es dort ab.
</h4>
<span class="text-disabled">or</span>
<span class="text-disabled">oder</span>
<VBtn
variant="tonal"
size="small"
>
Browse Images
Bilder durchsuchen
</VBtn>
</div>

View File

@ -77,7 +77,7 @@
id="isbnInput"
v-model="inputValueISBN"
clearable
type="text"
type="number"
label="ISBN eingeben:"
placeholder="978-3-551-55167-7"
clear-icon="tabler-x"
@ -155,6 +155,8 @@
type="number"
label="ISBN* eingeben:"
placeholder="978-3-551-55167-7"
clearable
clear-icon="tabler-x"
/>
</VCol>
<!-- Untertitel -->