mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
fix chart overflowing on some screen sizes
This commit is contained in:
@@ -103,7 +103,7 @@ const option = ref({
|
||||
|
||||
<template>
|
||||
<v-chart
|
||||
class="background-transparent h-[460px]"
|
||||
class="background-transparent max-w-[300px] mx-auto h-[460px]"
|
||||
:autoresize="true"
|
||||
:option="option" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user