This commit is contained in:
yangsy
2025-09-10 15:22:15 +08:00
parent db7aab7880
commit 15ee4c2614

View File

@@ -131,7 +131,7 @@ const theme = useThemeVars();
<template #default>
<span class="font-small" :style="{ color: offlineDeviceCount > 0 ? theme.errorColor : '' }">{{ offlineDeviceCount }}</span>
<span class="font-small">/</span>
<span class="font-small">/{{ deviceCount }}</span>
<span class="font-small">{{ deviceCount }}</span>
</template>
<template #suffix>
<span class="font-xx-small"></span>