From 51e18564111228b9c5d131a43f6a532407cb8174 Mon Sep 17 00:00:00 2001 From: junjie Date: Mon, 26 Jul 2021 16:45:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=85=A8=E5=B1=80=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=EF=BC=8C?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=BC=96=E8=BE=91=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 13 ++++++++++++- frontend/src/views/dataset/data/FieldEdit.vue | 5 +++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 7916f747cc..5abf277bb0 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -211,7 +211,7 @@ div:focus { } .custom-component-class { width: 100%; - + div:not(.de-number-range-container ) { width: 100% !important; } @@ -301,3 +301,14 @@ div:focus { .tox-tinymce-aux { z-index: 10000 !important; } + +::-webkit-scrollbar-thumb { + width: 10px; + height: 10px; + background: #d7d9e3; + border-radius: 4px; +} +::-webkit-scrollbar { + width: 5px; + height: 5px; +} diff --git a/frontend/src/views/dataset/data/FieldEdit.vue b/frontend/src/views/dataset/data/FieldEdit.vue index 7cc926b817..92bcbf5ca3 100644 --- a/frontend/src/views/dataset/data/FieldEdit.vue +++ b/frontend/src/views/dataset/data/FieldEdit.vue @@ -14,7 +14,7 @@ - +