refactor: 去掉右侧标注结果中的标签缩写

This commit is contained in:
maxmon 2021-07-09 22:03:58 +08:00
parent b4ffdbe89e
commit 8cffeb1e5c
1 changed files with 1 additions and 2 deletions

View File

@ -93,7 +93,6 @@
backgroundColor: types[ner.type] ? types[ner.type].color : `#fff`,
}"
>
<span class="result-type">{{ ner.type.substr(0,2) }}</span>
<span class="result-name">{{ ner.name }}</span>
</div>
</div>
@ -890,7 +889,7 @@ export default {
line-height: 22px;
}
.result-name {
width: calc(100% - 30% - 8px);
width: calc(100% - 8px);
}
.word-rect-area {