Refactor: layout

This commit is contained in:
2022-11-04 17:44:32 +01:00
parent 56820b25c6
commit f5d0734e84
11 changed files with 121 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-dialog v-model="show" max-width="500" persistent>
<template #activator="{ on, attrs }">
<v-card flat width="100%" class="rounded-lg" v-bind="attrs" v-on="on">
<v-card width="100%" v-bind="attrs" v-on="on">
<v-card-text class="text-h6">
<v-icon left x-large>mdi-plus</v-icon>
Kurs hinzufügen