From c336d9cfd38abb541d96782f0583c3511e80aa0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=94=BF=E6=9D=83?= <1978141412@qq.com> Date: Fri, 28 Feb 2025 20:42:41 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E6=A0=91=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E5=8F=B3=E9=94=AE=E4=B8=8A=E4=B8=8B=E6=96=87=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/studio-theme/src/theme/studio-dark/ctrl.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/studio-theme/src/theme/studio-dark/ctrl.scss b/packages/studio-theme/src/theme/studio-dark/ctrl.scss index 23e2cc8e..24c0709c 100644 --- a/packages/studio-theme/src/theme/studio-dark/ctrl.scss +++ b/packages/studio-theme/src/theme/studio-dark/ctrl.scss @@ -27,6 +27,14 @@ } } + @include b(control-treeview-context-menu) { + #{getCssVarName(control-treeview, context-menu-item-height)}: #{getCssVar(spacing, super, loose)}; + #{getCssVarName(control-treeview, context-menu-bg-color)}: #{getCssVar(color, bg, 1)}; + + --mx-menu-backgroud: #{getCssVar(color, bg, 1)}; + --mx-menu-divider: #{getCssVar(color, border)}; + } + // 搜索栏 @include b(control-searchbar-quick-search) { #{getCssVarName(control-searchbar, quick-search-bg)}: getCssVar(color, bg, 3); -- Gitee