This commit is contained in:
jxxghp
2023-07-21 21:36:49 +08:00
parent 24251098c7
commit fd514dde46
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ onUnmounted(() => {
</VCardItem>
<VCardText>
<VList class="card-list">
<VList class="card-list" height="250">
<VListItem v-for="item in schedulerList" :key="item.id">
<template #prepend>
<VAvatar size="40" variant="tonal" color="" class="me-3">

View File

@@ -111,7 +111,7 @@ onMounted(() => {
</VCardItem>
<VCardText>
<VueApexCharts type="bar" :options="options" :series="series" :height="220" />
<VueApexCharts type="bar" :options="options" :series="series" :height="160" />
<div class="d-flex align-center mb-3">
<h5 class="text-h5 me-4">{{ totalCount }}</h5>