diff --git a/src/components/dashboard-page/station-card.vue b/src/components/dashboard-page/station-card.vue index 67db155..80b813c 100644 --- a/src/components/dashboard-page/station-card.vue +++ b/src/components/dashboard-page/station-card.vue @@ -5,7 +5,7 @@ import { type StationAlarmCounts, type StationDevices } from '@/composables/quer import { ControlOutlined } from '@vicons/antd'; import { Video as VideoIcon } from '@vicons/carbon'; import axios from 'axios'; -import { NCard, NTag, NButton, NIcon, useThemeVars, NSpace, NFlex, NText } from 'naive-ui'; +import { NCard, NTag, NButton, NIcon, useThemeVars, NSpace, NFlex, NText, NTooltip } from 'naive-ui'; import { toRefs, computed } from 'vue'; const props = defineProps<{ @@ -95,7 +95,13 @@ const theme = useThemeVars();