diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue
index e2cc5ad..9da8d46 100644
--- a/fe/src/components/NER/index.vue
+++ b/fe/src/components/NER/index.vue
@@ -93,7 +93,6 @@
backgroundColor: types[ner.type] ? types[ner.type].color : `#fff`,
}"
>
- {{ ner.type.substr(0,2) }}
{{ ner.name }}
@@ -890,7 +889,7 @@ export default {
line-height: 22px;
}
.result-name {
- width: calc(100% - 30% - 8px);
+ width: calc(100% - 8px);
}
.word-rect-area {