fix: 【IoT 物联网】更新设备详情属性值和更新时间的文本颜色为主题色

This commit is contained in:
haohao
2025-10-24 22:37:54 +08:00
parent b1a0da9b1c
commit 423af80a82

View File

@ -99,13 +99,13 @@
<div class="text-[14px]">
<div class="mb-2.5 last:mb-0">
<span class="text-[#717c8e] mr-2.5">属性值</span>
<span class="text-[#0b1d30] font-600">
<span class="text-[var(--el-text-color-primary)] font-600">
{{ formatValueWithUnit(item) }}
</span>
</div>
<div class="mb-2.5 last:mb-0">
<span class="text-[#717c8e] mr-2.5">更新时间</span>
<span class="text-[#0b1d30] text-[12px]">
<span class="text-[var(--el-text-color-primary)] text-[12px]">
{{ item.updateTime ? formatDate(item.updateTime) : '-' }}
</span>
</div>