Skip to content

Commit

Permalink
chore: tweak style
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Feb 25, 2024
1 parent e4990b9 commit 21ac094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataCharts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const option: Ref<EChartsOption> = ref({
</script>
<template>
<v-chart
class="h-375px w-375px huge:(h-600px w-600px)"
class="h-375px w-375px lg:(h-500px w-600px)"
:option="option"
/>
</template>

0 comments on commit 21ac094

Please sign in to comment.