From 02c8043ff9e4ee750433560c1b2d63ab606d8949 Mon Sep 17 00:00:00 2001 From: Conghui Date: Fri, 6 May 2022 14:16:44 +0800 Subject: [PATCH] config-tools: change tab color change tab color Tracked-On: #7413 Signed-off-by: Conghui --- .../configurator/src/pages/Config/ConfigForm/ConfigForm.vue | 3 ++- .../configurator/src/pages/Config/ConfigForm/TabBox.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/config_tools/configurator/src/pages/Config/ConfigForm/ConfigForm.vue b/misc/config_tools/configurator/src/pages/Config/ConfigForm/ConfigForm.vue index 38710d7c6..d8f4c47ae 100644 --- a/misc/config_tools/configurator/src/pages/Config/ConfigForm/ConfigForm.vue +++ b/misc/config_tools/configurator/src/pages/Config/ConfigForm/ConfigForm.vue @@ -120,6 +120,7 @@ export default { .nav-tabs .nav-link.active { mix-blend-mode: normal; border: 1px solid #373A77; + background: #007B81; border-bottom: none; box-sizing: border-box; border-radius: 5px 5px 0 0; @@ -127,7 +128,7 @@ export default { font-weight: 600; - color: #373A77; + color: white; } .tab-pane { diff --git a/misc/config_tools/configurator/src/pages/Config/ConfigForm/TabBox.vue b/misc/config_tools/configurator/src/pages/Config/ConfigForm/TabBox.vue index ff8ac6615..a8751f2e9 100644 --- a/misc/config_tools/configurator/src/pages/Config/ConfigForm/TabBox.vue +++ b/misc/config_tools/configurator/src/pages/Config/ConfigForm/TabBox.vue @@ -113,7 +113,7 @@ export default { } .TabBox .Tab.Active { - background: #373A77; + background: #007B81; color: white; }