更新 StorageCard.vue

This commit is contained in:
jxxghp
2025-05-02 09:57:16 +08:00
committed by GitHub
parent 5f2e93dde3
commit b3501d791e

View File

@@ -159,7 +159,7 @@ function onClose() {
<template>
<div>
<VCard variant="tonal" @click="openStorageDialog">
<VDialogCloseBtn v-if="storageIconDict[storage.type]" @click="onClose" />
<VDialogCloseBtn v-if="!storageIconDict[storage.type]" @click="onClose" />
<VCardText class="flex justify-space-between align-center gap-3">
<div class="align-self-start flex-1">
<h5 class="text-h6 mb-1">{{ storage.name }}</h5>