From caa7bdce654e7684a8c868721a2d03aa6be39f80 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Thu, 17 Jun 2021 01:20:05 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E4=BC=98=E5=8C=96=E4=B8=BB=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E8=83=8C=E6=99=AF=E8=89=B2=E4=B8=BA=E7=99=BD=E8=89=B2?= =?UTF-8?q?=E3=80=81=E8=BE=93=E5=85=A5=E6=A1=86=E8=87=AA=E9=80=82=E5=BA=94?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E3=80=81=E6=96=87=E4=BB=B6=E5=90=8D=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 27388c3..ca6a996 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -6,6 +6,7 @@
{{ file }} @@ -679,6 +680,7 @@ export default { flex: 1 1; flex-direction: row; height: calc(100% - 92px); + background: white; } .title { padding: 0 12px; @@ -693,6 +695,10 @@ export default { .left .file { margin: 12px 0; cursor: pointer; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .left .file.checked { position: relative; @@ -813,6 +819,7 @@ export default { margin: 14px; border: 1px solid #ccc; text-align: left; + overflow: auto; /* font-size: 0; */ } .ner-box .word {