From b9fc536e722bdfb27e0a3ce66a0588521cb09649 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 7 Jul 2025 12:00:44 +0800 Subject: [PATCH] 1.处理newrecor周围页签都变灰色得样式问题 --- src/components/Tab/index.less | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/src/components/Tab/index.less b/src/components/Tab/index.less index f52dfce..116fb7a 100644 --- a/src/components/Tab/index.less +++ b/src/components/Tab/index.less @@ -68,6 +68,9 @@ color: #fff; } } + .ant-tabs-tab-disabled{ + color: rgba(0, 0, 0, 0.25)!important; + } .ant-tabs-ink-bar{ visibility: visible; background: var(--xly-skin-active-color, @active_color); -- libgit2 0.22.2