diff --git a/src/components/offline-device-detail-modal.vue b/src/components/offline-device-detail-modal.vue
index 5351624..51cead1 100644
--- a/src/components/offline-device-detail-modal.vue
+++ b/src/components/offline-device-detail-modal.vue
@@ -121,7 +121,11 @@ const onModalClose = () => {
-
+
+
+ {{ `${item.offlineCount}/${item.total}` }}
+
+
diff --git a/src/components/station-card.vue b/src/components/station-card.vue
index 036a324..8e2dcd5 100644
--- a/src/components/station-card.vue
+++ b/src/components/station-card.vue
@@ -136,7 +136,7 @@ const theme = useThemeVars();
离线设备
- {{ offlineDeviceCount }}/{{ deviceCount }}
+ {{ offlineDeviceCount }}/{{ deviceCount }}
台
@@ -149,7 +149,7 @@ const theme = useThemeVars();
告警记录
- {{ devicAlarmCount }}
+ {{ devicAlarmCount }}
条
@@ -187,6 +187,10 @@ const theme = useThemeVars();
font-size: medium;
}
+.font-small {
+ font-size: small;
+}
+
.font-smaller {
font-size: smaller;
}