fix color height

This commit is contained in:
2025-02-10 08:14:19 +01:00
parent be1364cf0e
commit 870f7eb992
6 changed files with 9 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
<template>
<router-view />
<div class="bg-blue-grey">
<router-view />
</div>
</template>
<script setup>