From f01b71868a95dbbabeb76b4c0bcc339362e07652 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Thu, 17 Jun 2021 03:04:18 +0800 Subject: [PATCH] =?UTF-8?q?^=20=E9=9A=90=E8=97=8F=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=BD=B1=E5=93=8D=E5=88=B0?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E8=AE=A1=E7=AE=97=E3=80=81=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 576c75f..9cab98d 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -831,6 +831,10 @@ export default { overflow: auto; /* font-size: 0; */ } +/* 隐藏滚动条,防止影响到定位计算、以及左侧文本显示 */ +::-webkit-scrollbar { + display: none; /* Chrome Safari */ +} .ner-box .word { display: inline-block; position: relative;