responsive fixes

This commit is contained in:
Gregor Vostrak
2024-05-21 19:00:49 +02:00
parent 2c20e941da
commit 560eac8622
3 changed files with 7 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ const activeClass = computed(() => {
size="large"
:class="
twMerge(
'cursor-pointer hover:bg-card-background transition space-x-5 flex',
'cursor-pointer hover:bg-card-background transition flex',
activeClass
)
">

View File

@@ -117,6 +117,7 @@ const option = ref({
data: seriesData,
radius: ['30%', '65%'],
type: 'pie',
top: '-10%',
},
],
});