From 9231e728facfa78458668a525f5b839b5e2d4a34 Mon Sep 17 00:00:00 2001 From: LuckyFBB <976060700@qq.com> Date: Tue, 8 Oct 2024 16:07:02 +0800 Subject: [PATCH] fix(filterrules): set input disabled color --- src/filterRules/ruleController/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/filterRules/ruleController/index.scss b/src/filterRules/ruleController/index.scss index 30e4e75bf..04552274b 100644 --- a/src/filterRules/ruleController/index.scss +++ b/src/filterRules/ruleController/index.scss @@ -85,6 +85,9 @@ } &--component { flex: 1; + .ant-input-disabled { + color: #3D446E; + } } &--operation { width: 10%;