|
@@ -70,7 +70,15 @@
|
|
|
</p>
|
|
</p>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
- <span class="NPC-notes-con-text" v-html="item.con" v-else></span>
|
|
|
|
|
|
|
+ <span
|
|
|
|
|
+ class="NPC-notes-con-text"
|
|
|
|
|
+ v-html="item.con"
|
|
|
|
|
+ v-else
|
|
|
|
|
+ :style="{
|
|
|
|
|
+ color:
|
|
|
|
|
+ data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : '',
|
|
|
|
|
+ }"
|
|
|
|
|
+ ></span>
|
|
|
<span class="multilingual" v-if="showLang">
|
|
<span class="multilingual" v-if="showLang">
|
|
|
{{
|
|
{{
|
|
|
multilingualTextList[getLang()] &&
|
|
multilingualTextList[getLang()] &&
|