fix : 修复pointTag字体颜色

This commit is contained in:
2024-09-16 15:10:45 +08:00
parent ec0229df53
commit 5882b0aff3

View File

@@ -1,8 +1,8 @@
<template>
<div style="display: flex;justify-content: center">
<div style="display: flex;justify-content: center;position:relative;">
<span class="stateIcon" :style="{backgroundColor: filterDictClass(cacheStore.getDict(dictType), value)}"></span>
<span>{{ tagConfig.label }}</span>
<span> {{ filterDict(cacheStore.getDict(dictType), value) }}</span>
<span >{{ tagConfig.label }}</span>
<span :style="{color: filterDictClass(cacheStore.getDict(dictType), value)}"> {{ filterDict(cacheStore.getDict(dictType), value) }}</span>
</div>
</template>