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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user