From 09bf6d06bd2d2fe687ad9f0d67cab0a2295a9d1c Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 22 Apr 2024 10:30:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=88=9B=E5=BB=BAsql=E5=AE=9A=E6=97=B6=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=95=B0=E6=8D=AE=E6=BA=90=E5=BC=80=E5=90=AF=E4=B8=BB?= =?UTF-8?q?=E9=94=AE=E6=A0=B7=E5=BC=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/layout/index.vue | 4 ++-- core/frontend/src/styles/index.scss | 4 ++-- core/frontend/src/styles/mixin.scss | 2 +- core/frontend/src/styles/sidebar.scss | 2 +- core/frontend/src/views/dataFilling/index.vue | 4 ++-- core/frontend/src/views/dataset/add/AddSQL.vue | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/frontend/src/layout/index.vue b/core/frontend/src/layout/index.vue index b0769d3150..0c56aee45f 100644 --- a/core/frontend/src/layout/index.vue +++ b/core/frontend/src/layout/index.vue @@ -239,8 +239,8 @@ export default { .full-height { height: 100vh !important; ::-webkit-scrollbar { - width: 5px; - height: 5px; + width: 7px; + height: 7px; } } diff --git a/core/frontend/src/styles/index.scss b/core/frontend/src/styles/index.scss index b6867bf1a7..1f04dd7f47 100644 --- a/core/frontend/src/styles/index.scss +++ b/core/frontend/src/styles/index.scss @@ -430,8 +430,8 @@ div:focus { ::-webkit-scrollbar { - width: 5px; - height: 5px; + width: 7px; + height: 7px; } /* .el-color-dropdown__link-btn { diff --git a/core/frontend/src/styles/mixin.scss b/core/frontend/src/styles/mixin.scss index 8c6cd60a6c..ae4c86a815 100644 --- a/core/frontend/src/styles/mixin.scss +++ b/core/frontend/src/styles/mixin.scss @@ -12,7 +12,7 @@ } &::-webkit-scrollbar { - width: 6px; + width: 7px; } &::-webkit-scrollbar-thumb { diff --git a/core/frontend/src/styles/sidebar.scss b/core/frontend/src/styles/sidebar.scss index a17f2e2b77..084481687c 100644 --- a/core/frontend/src/styles/sidebar.scss +++ b/core/frontend/src/styles/sidebar.scss @@ -208,7 +208,7 @@ } &::-webkit-scrollbar { - width: 6px; + width: 7px; } &::-webkit-scrollbar-thumb { diff --git a/core/frontend/src/views/dataFilling/index.vue b/core/frontend/src/views/dataFilling/index.vue index 03edec743a..b562e14188 100644 --- a/core/frontend/src/views/dataFilling/index.vue +++ b/core/frontend/src/views/dataFilling/index.vue @@ -171,8 +171,8 @@ export default { .full-height { height: 100vh !important; ::-webkit-scrollbar { - width: 5px; - height: 5px; + width: 7px; + height: 7px; } } diff --git a/core/frontend/src/views/dataset/add/AddSQL.vue b/core/frontend/src/views/dataset/add/AddSQL.vue index 2b7dc235cc..bb7e763fe4 100644 --- a/core/frontend/src/views/dataset/add/AddSQL.vue +++ b/core/frontend/src/views/dataset/add/AddSQL.vue @@ -6,7 +6,7 @@ >
- +