From e40e2678ad4488b2c7feea71a52ff219e4eb9f22 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Wed, 12 Apr 2023 23:19:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=92=8C=E5=B7=A6=E4=BE=A7=E5=88=97=E8=A1=A8=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E9=98=B2=E6=AD=A2=E9=81=AE=E6=8C=A1=E8=B4=B4?= =?UTF-8?q?=E8=BE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 49764d9..48a7afc 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -2,7 +2,7 @@
whaleAnno {{ nowFile }} -

{{projectName}}({{projectType}})

+

{{projectName}}({{projectType}})

@@ -811,6 +811,10 @@ export default { font-weight: 700; vertical-align: center; } +.home { + background: #1161ca; + z-index: 2; +} .now-file { left: unset; right: 0; @@ -827,6 +831,12 @@ export default { box-sizing: border-box; vertical-align: middle; } +.out-title>.out-title-span { + position: relative; + padding: 0 4px; + display: inline-block; + background: #1161ca; +} .layout { display: flex; flex-direction: column; @@ -850,11 +860,13 @@ export default { } .left .file { margin: 12px 0; + padding: 0 4px; cursor: pointer; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + box-sizing: border-box; } .left .file.checked { position: relative;