From e623e3dbc464bc7af29e40880fc42c08969967eb Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Thu, 7 Apr 2022 22:59:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=80=91=E5=B8=83=E5=BC=8F=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BB=A5=E5=8F=8A=E5=BD=93=E5=89=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/index.html | 14 ++++++++++ fe/src/components/NER/index.vue | 48 +++++++++++++++++++++++++-------- 2 files changed, 51 insertions(+), 11 deletions(-) diff --git a/fe/index.html b/fe/index.html index a3e313a..3f7f0b8 100644 --- a/fe/index.html +++ b/fe/index.html @@ -18,6 +18,20 @@ button, input, span { -webkit-tap-highlight-color: transparent; } + *::-webkit-scrollbar { /*滚动条整体样式*/ + width: 6px; /*高宽分别对应横竖滚动条的尺寸*/ + height: 1px; + } + + *::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ + /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */ + background: #ffffff; + border-right: 2px solid #054ba8; + } + *::-webkit-scrollbar-track {/*滚动条里面轨道*/ + padding: 2px; + background: #cccccc00; + } diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 92e1324..0b0d84b 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -1,11 +1,12 @@