review:【antd】【iot】代码实现

This commit is contained in:
YunaiV
2025-12-25 09:19:17 +08:00
parent 11b5068e91
commit 68bb90a503

View File

@@ -75,6 +75,7 @@ function handleAuthInfoDialogClose() {
<Card class="h-full"> <Card class="h-full">
<template #title> <template #title>
<div class="flex items-center"> <div class="flex items-center">
<!-- TODO @haohao图标尽量使用中立的这样 ep 版本呢好迁移 -->
<IconifyIcon class="mr-2 text-primary" icon="ep:info-filled" /> <IconifyIcon class="mr-2 text-primary" icon="ep:info-filled" />
<span>设备信息</span> <span>设备信息</span>
</div> </div>
@@ -141,6 +142,7 @@ function handleAuthInfoDialogClose() {
<template #title> <template #title>
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<div class="flex items-center"> <div class="flex items-center">
<!-- TODO @haohao图标尽量使用中立的这样 ep 版本呢好迁移 -->
<IconifyIcon class="mr-2 text-primary" icon="ep:location" /> <IconifyIcon class="mr-2 text-primary" icon="ep:location" />
<span>设备位置</span> <span>设备位置</span>
</div> </div>
@@ -160,6 +162,7 @@ function handleAuthInfoDialogClose() {
v-else v-else
class="flex h-full w-full items-center justify-center rounded bg-gray-50 text-gray-400" class="flex h-full w-full items-center justify-center rounded bg-gray-50 text-gray-400"
> >
<!-- TODO @haohao图标尽量使用中立的这样 ep 版本呢好迁移 -->
<IconifyIcon class="mr-2" icon="ep:warning" /> <IconifyIcon class="mr-2" icon="ep:warning" />
<span>暂无位置信息</span> <span>暂无位置信息</span>
</div> </div>