Formular Edit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script lang="ts">
|
||||
|
||||
import BereichLabel from "#labels/BereichLabel.svelte";
|
||||
console.log('Hallo Welt');
|
||||
|
||||
import HelpLabel from "#labels/HelpLabel.svelte";
|
||||
import Inputlabel from "#labels/InputLabel.svelte";
|
||||
|
||||
@@ -24,12 +25,11 @@
|
||||
|
||||
|
||||
|
||||
<BereichLabel bereich="A">Prüfung der Ausweisart</BereichLabel>
|
||||
|
||||
|
||||
|
||||
<div class="bereich-box grid
|
||||
grid-cols-1 gap-x-4 gap-y-8
|
||||
|
||||
sm:grid-cols-2 sm:gap-x-6 sm:gap-y-8
|
||||
xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
|
||||
">
|
||||
|
||||
Reference in New Issue
Block a user