Commit 54e436a9 authored by 赵茹林's avatar 赵茹林

回访 修复 标签样式

parent 0f7ec509
......@@ -33,7 +33,7 @@
<span style="font-size: 12px; color: #999999; white-space: nowrap">最后更新:{{callbackObj.detail.updated_at}}</span>
</div>
<div class="callback-item" style="display: flex; margin-bottom: 15px; line-height: 32px;">
<div class="callback-item" style="display: flex; align-items: flex-start; margin-bottom: 15px; line-height: 32px;">
标签:
<span class="callback-tag-wrapper" v-if="tag.length">
<el-tag :key="item.id" :type="item.type==1 ? 'info' : ''" v-for="item in tag">{{item.label_name}}</el-tag>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment