fix: 更新产品标识的文本颜色为主题色

This commit is contained in:
haohao
2025-10-24 21:19:20 +08:00
parent ed84afe06d
commit cfd280fc43

View File

@ -97,7 +97,7 @@
</div>
<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-[140px]">
<span class="text-[var(--el-text-color-primary)] inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[140px]">
{{ item.productKey }}
</span>
</div>