refactor: 去掉右侧标注结果中的标签缩写
This commit is contained in:
parent
b4ffdbe89e
commit
8cffeb1e5c
|
@ -93,7 +93,6 @@
|
||||||
backgroundColor: types[ner.type] ? types[ner.type].color : `#fff`,
|
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>
|
<span class="result-name">{{ ner.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -890,7 +889,7 @@ export default {
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
.result-name {
|
.result-name {
|
||||||
width: calc(100% - 30% - 8px);
|
width: calc(100% - 8px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.word-rect-area {
|
.word-rect-area {
|
||||||
|
|
Loading…
Reference in New Issue