fix: 【IoT 物联网】更新设备备注名称的文本颜色为主题色
This commit is contained in:
@ -210,7 +210,7 @@
|
|||||||
<div class="mb-2.5 last:mb-0">
|
<div class="mb-2.5 last:mb-0">
|
||||||
<span class="text-[#717c8e] mr-2.5">备注名称</span>
|
<span class="text-[#717c8e] mr-2.5">备注名称</span>
|
||||||
<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 }}
|
{{ item.nickname || item.deviceName }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user