From 0db23c33f97652cdd69e0f7eb9f0a13daa51fa1a Mon Sep 17 00:00:00 2001
From: steven <844541199@qq.com>
Date: Wed, 30 Nov 2022 17:59:32 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BA=A7=E5=93=81=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/DataAnalyse/components/diagram/newBtnList.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/DataAnalyse/components/diagram/newBtnList.vue b/src/views/DataAnalyse/components/diagram/newBtnList.vue
index 8118c159..4831aed8 100644
--- a/src/views/DataAnalyse/components/diagram/newBtnList.vue
+++ b/src/views/DataAnalyse/components/diagram/newBtnList.vue
@@ -58,7 +58,7 @@
产品测试模块会同步该列表数据并作统计展示
- 更新数据
+ 同步数据
From c313ca06cae1d1dab88be26cc740cbd51792dcc0 Mon Sep 17 00:00:00 2001
From: steven <844541199@qq.com>
Date: Thu, 1 Dec 2022 09:38:17 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E4=BA=A7=E5=93=81=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/planetDesign/Design/fragement/QuestionConfig.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/planetDesign/Design/fragement/QuestionConfig.vue b/src/views/planetDesign/Design/fragement/QuestionConfig.vue
index 2914fbe5..ef070493 100644
--- a/src/views/planetDesign/Design/fragement/QuestionConfig.vue
+++ b/src/views/planetDesign/Design/fragement/QuestionConfig.vue
@@ -242,7 +242,7 @@ export default {
background-color: rgba(112, 185, 54, 0.5) !important;
}
-:deep(.config-require[data-v-51a4fc66] .ant-switch-disabled) {
- background-color: #F5F5F5;
+:deep(.config-require .ant-switch-disabled) {
+ background-color: rgba(191, 191, 191, .5);
}