mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-06 06:51:29 +08:00
fix dashboard
This commit is contained in:
@@ -64,6 +64,9 @@ onUnmounted(() => {
|
||||
</div>
|
||||
</template>
|
||||
</VListItem>
|
||||
<VListItem v-if="schedulerList.length === 0">
|
||||
<VListItemTitle class="text-center">没有后台服务</VListItemTitle>
|
||||
</VListItem>
|
||||
</VList>
|
||||
</VCardText>
|
||||
</VCard>
|
||||
|
||||
@@ -44,7 +44,7 @@ onMounted(() => {
|
||||
{{ formatFileSize(storage) }}
|
||||
</h5>
|
||||
<p class="mt-2">已使用 {{ usedPercent }}% 🚀</p>
|
||||
<p class="mt-1"><VProgressLinear :model-value="usedPercent" /></p>
|
||||
<p class="mt-1"><VProgressLinear :model-value="usedPercent" color="primary" /></p>
|
||||
</VCardText>
|
||||
|
||||
<!-- Triangle Background -->
|
||||
|
||||
@@ -52,14 +52,7 @@ const options = controlledComputed(
|
||||
},
|
||||
},
|
||||
dataLabels: { enabled: false },
|
||||
colors: [
|
||||
currentTheme.value["grey-100"],
|
||||
currentTheme.value["grey-100"],
|
||||
currentTheme.value["grey-100"],
|
||||
currentTheme.value.primary,
|
||||
currentTheme.value["grey-100"],
|
||||
currentTheme.value["grey-100"],
|
||||
],
|
||||
colors: [currentTheme.value.primary],
|
||||
states: {
|
||||
hover: { filter: { type: "none" } },
|
||||
active: { filter: { type: "none" } },
|
||||
|
||||
Reference in New Issue
Block a user