mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 02:02: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>
|
||||
|
||||
@@ -76,7 +76,7 @@ const option = ref({
|
||||
|
||||
<template>
|
||||
<v-chart
|
||||
class="h-[420px] bg-transparent"
|
||||
class="h-[420px] max-w-[300px] mx-auto bg-transparent"
|
||||
:autoresize="true"
|
||||
:option="option" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user