From b4ffdbe89e210212f5a94a1cd66d2f69aecb2df7 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Fri, 9 Jul 2021 22:02:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E5=AF=BC=E8=87=B4=E7=9A=84=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E5=87=BA=E7=8E=B0=EF=BC=8C=E5=BD=B1=E5=93=8D=E6=A0=87?= =?UTF-8?q?=E6=B3=A8=E5=AE=9A=E4=BD=8D?= 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 17c328d..e2cc5ad 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -832,6 +832,10 @@ export default { overflow: auto; /* font-size: 0; */ } +.ner-box::-webkit-scrollbar { + /* 隐藏标注区域的滚动条,防止影响到标注定位 */ + width: 0; +} .ner-box .word { display: inline-block; position: relative;