mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
review:【antd】【iot】代码实现
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user