From 43b7033ac8f79688c98b6358d4eeb42cb2ac1fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Sun, 4 Jan 2026 10:32:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E3=80=81=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20Tab=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=A4=8D=E7=94=A8=E6=BF=80=E6=B4=BB=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E4=BC=98=E5=8C=96=20#17672=20(#17717)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/component-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 9882072eca..7d525b8d2a 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -223,7 +223,7 @@ export const COMMON_COMPONENT_BACKGROUND_MAP = { export const COMMON_TAB_TITLE_BACKGROUND = { enable: false, // 是否启用tab标题背景 - multiply: true, // 激活状态与非激活状态背景是否复用 + multiply: false, // 激活状态与非激活状态背景是否复用 active: COMMON_COMPONENT_BACKGROUND_LIGHT, inActive: COMMON_COMPONENT_BACKGROUND_LIGHT }