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>
|
<template>
|
||||||
<v-chart
|
<v-chart
|
||||||
class="background-transparent h-[460px]"
|
class="background-transparent max-w-[300px] mx-auto h-[460px]"
|
||||||
:autoresize="true"
|
:autoresize="true"
|
||||||
:option="option" />
|
:option="option" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ const option = ref({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<v-chart
|
<v-chart
|
||||||
class="h-[420px] bg-transparent"
|
class="h-[420px] max-w-[300px] mx-auto bg-transparent"
|
||||||
:autoresize="true"
|
:autoresize="true"
|
||||||
:option="option" />
|
:option="option" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user