modify style
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-card :class="{ 'disabled': disabled }">
|
<v-card :class="{ 'disabled': disabled }">
|
||||||
<template #title>
|
<template #title>
|
||||||
<span class="text-2xl font-weight-bold">{{ $t('Trend in Income and Expense') }}</span>
|
<span>{{ $t('Trend in Income and Expense') }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<v-card-text class="overview-monthly-chart-container overview-monthly-chart-overlay" v-if="loading && !hasAnyData">
|
<v-card-text class="overview-monthly-chart-container overview-monthly-chart-overlay" v-if="loading && !hasAnyData">
|
||||||
|
|||||||
Reference in New Issue
Block a user