From aeb9020a91d4735d4f6a283b4d6e287f5c4d0b7a Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Wed, 9 Jun 2021 01:02:24 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E5=AD=97=E7=9A=84=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E4=B9=9F=E7=AE=97=E6=93=8D=E4=BD=9C=E5=8C=BA=E5=9F=9F=EF=BC=8C?= =?UTF-8?q?=E4=BD=93=E9=AA=8C=E6=9B=B4=E6=B5=81=E7=95=85?= 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, 2 insertions(+), 2 deletions(-) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index ce4bdc3..27388c3 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -818,12 +818,12 @@ export default { .ner-box .word { display: inline-block; position: relative; - margin-bottom: 15px; + padding-bottom: 15px; width: 20px; height: 20px; line-height: 20px; vertical-align: bottom; - box-sizing: border-box; + box-sizing: content-box; text-align: center; font-size: 16px; z-index: 4;