diff --git a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue index 41898d2..a813ee0 100644 --- a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue +++ b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue @@ -61,7 +61,7 @@ onUnmounted(() => { :progress-height="5" :percentage="correctionNumber(diskState?.usedPercent || 0)" :card-type-style="cardTypeStyle" - :info-card-right-text="`${formatdiskSize(formatdiskToByte(diskState?.total || 0))}/${formatdiskSize(formatdiskToByte(diskState?.free || 0))}`" + :info-card-right-text="`${formatdiskSize(formatdiskToByte(diskState?.used || 0))}/${formatdiskSize(formatdiskToByte(diskState?.free || 0))}`" :info-card-left-text="diskState?.mountpoint" :text-color="textColor" />