Merge pull request 'fix : 修复pointTag字体颜色' (#78) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/78
This commit is contained in:
2024-09-16 07:11:01 +00:00

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>