Commit 032d590d by huaying

fix: 编辑标签双击取消选中

parent 22ee7476
......@@ -44,7 +44,6 @@
</ul>
<ul class="tags-list" v-if="tab.name==='other'&&otherTagsList.length">
<li v-for="(item,index) in otherTagsList" :key="index" class="tag-item-new">
{{item}}
<div class="tag-group-name" v-if="item.subTags && item.subTags.length">
{{ item.tagsName }}:
</div>
......
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