From 99a7c4dbb7cab8ca30da031004bf40ca3390856b Mon Sep 17 00:00:00 2001 From: Cano1997 <1978141412@qq.com> Date: Wed, 9 Apr 2025 20:33:22 +0800 Subject: [PATCH 1/3] =?UTF-8?q?style:=20=E6=9A=97=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=88=86=E7=BB=84=E5=B1=95=E5=BC=80=E6=8A=98=E5=8F=A0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/studio-theme/src/theme/studio-dark/ctrl.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/studio-theme/src/theme/studio-dark/ctrl.scss b/packages/studio-theme/src/theme/studio-dark/ctrl.scss index ad84f2fa..1a2ee0d9 100644 --- a/packages/studio-theme/src/theme/studio-dark/ctrl.scss +++ b/packages/studio-theme/src/theme/studio-dark/ctrl.scss @@ -264,6 +264,7 @@ #{getCssVarName(form-group, header, height)}: 36px; #{getCssVarName(form-group, caption, font-weight)}: getCssVar(font-weight, regular); #{getCssVarName(form-group, caption, font-size)}: getCssVar(font-size, header, 6); + #{getCssVarName(form-group, show-more-color)}: getCssVar(color, primary, light, active); .#{bem(form-group-header, left)} { display: flex; -- Gitee From 65c895fd684381d2185d37069fae5722ba4c2d44 Mon Sep 17 00:00:00 2001 From: Cano1997 <1978141412@qq.com> Date: Mon, 14 Apr 2025 20:16:59 +0800 Subject: [PATCH 2/3] =?UTF-8?q?style:=20=E5=B7=A5=E5=85=B7=E6=A0=8F?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E8=BE=B9=E6=A1=86=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 --- packages/studio-theme/src/theme/studio-dark/ctrl.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/studio-theme/src/theme/studio-dark/ctrl.scss b/packages/studio-theme/src/theme/studio-dark/ctrl.scss index 1a2ee0d9..d388dfe7 100644 --- a/packages/studio-theme/src/theme/studio-dark/ctrl.scss +++ b/packages/studio-theme/src/theme/studio-dark/ctrl.scss @@ -143,6 +143,11 @@ } } + @include e(menu) { + .el-sub-menu.is-active .el-sub-menu__title { + border-bottom: none; + } + } } @include b(control-toolbar-actions-dropdown-popper) { min-width: unset; -- Gitee From 54a92f182f15494cf91ad2be241dcc9209b36ac6 Mon Sep 17 00:00:00 2001 From: Cano1997 <1978141412@qq.com> Date: Mon, 14 Apr 2025 20:17:30 +0800 Subject: [PATCH 3/3] =?UTF-8?q?style:=20=E8=A1=A8=E5=8D=95=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E6=BB=9A=E5=8A=A8=E6=9D=A1=E5=AE=BD=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA6px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dnd-design/src/panel-items/dnd-design/dnd-design.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/dnd-design/src/panel-items/dnd-design/dnd-design.scss b/packages/dnd-design/src/panel-items/dnd-design/dnd-design.scss index a7e663c7..4b26c2c3 100644 --- a/packages/dnd-design/src/panel-items/dnd-design/dnd-design.scss +++ b/packages/dnd-design/src/panel-items/dnd-design/dnd-design.scss @@ -15,6 +15,11 @@ .dnd-design-fade-leave-to { opacity: 0; } + + *::-webkit-scrollbar { + width: 6px; + height: 6px; + } } @include b(dnd-design-drag-container) { -- Gitee