fix: 【IoT 物联网】更新设备备注名称的文本颜色为主题色

This commit is contained in:
haohao
2025-10-24 22:08:38 +08:00
parent c5d0b642f7
commit 9fb17e3235

View File

@ -210,7 +210,7 @@
<div class="mb-2.5 last:mb-0">
<span class="text-[#717c8e] mr-2.5">备注名称</span>
<span
class="text-[#0b1d30] inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[130px]"
class="text-[var(--el-text-color-primary)] inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[130px]"
>
{{ item.nickname || item.deviceName }}
</span>