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

pull/849/head
haohao 2025-10-24 21:19:20 +08:00
parent ed84afe06d
commit cfd280fc43
1 changed files with 1 additions and 1 deletions

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>