@@ -21,7 +21,7 @@
<div class="other_3">
<div class="other_list" v-for="(tag, indexs) in item.list" :key="indexs">
<el-image class="image" :src="getUrl(tag.file)" fit="fill" />
- <div class="title">{{ tag.name || '暂无标题' }}</div>
+ <div class="title textOne">{{ tag.name || '暂无标题' }}</div>
</div>