This commit is contained in:
2023-09-19 12:02:44 +02:00
parent cd75aa5b13
commit 6587e4f522
4 changed files with 20 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ import { RouterLink, RouterView } from 'vue-router';
<style scoped>
a.tab {
@apply flex items-center p-2 me-2 rounded-t-md bg-slate-600 hover:bg-slate-700;
@apply flex items-center px-4 me-2 rounded-t-md bg-slate-600 hover:bg-slate-700;
&.router-link-active {
@apply bg-emerald-500 hover:bg-emerald-700;
}

View File

@@ -0,0 +1,6 @@
<script setup lang="ts">
</script>
<template>
<div></div>
</template>