From 8cffeb1e5c25cfd8f142d2c388abb42fde353e56 Mon Sep 17 00:00:00 2001
From: maxmon <541182180@qq.com>
Date: Fri, 9 Jul 2021 22:03:58 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E6=8E=89=E5=8F=B3?=
=?UTF-8?q?=E4=BE=A7=E6=A0=87=E6=B3=A8=E7=BB=93=E6=9E=9C=E4=B8=AD=E7=9A=84?=
=?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=BC=A9=E5=86=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fe/src/components/NER/index.vue | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 {