perf: 统一suspended灰色

This commit is contained in:
陈劲松
2020-11-22 18:54:27 +08:00
committed by chenjinsong
parent 125a1340f8
commit d9b19b364f
3 changed files with 4 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ $dropdown-hover-background-color: #fafafa; //下拉鼠标悬停背景色
$danger-color: #DE5D3F; //全局警告色红色 $danger-color: #DE5D3F; //全局警告色红色
$success-color: #23BF9A; //全局正常色绿色 $success-color: #23BF9A; //全局正常色绿色
$suspended-color: #71706D; //全局停用色灰色 $suspended-color: #9e9c98; //全局停用色灰色
$left-menu-bgcolor:#FFF; $left-menu-bgcolor:#FFF;

View File

@@ -418,7 +418,7 @@
series: null, series: null,
}; };
const tooltipPieOption = { const tooltipPieOption = {
color: ["#60C6B4", "#EEA694", "#71706D"], color: ["#60C6B4", "#EEA694", "#9e9c9b"],
title: { title: {
show: true, show: true,
textStyle: { textStyle: {
@@ -459,7 +459,7 @@
] ]
}; };
const topoPieOption = { const topoPieOption = {
color: ["#60C6B4", "#EEA694", "#71706D"], color: ["#60C6B4", "#EEA694", "#9e9c9b"],
title: { title: {
show: false, show: false,
}, },

View File

@@ -505,8 +505,7 @@
} }
.gray-sign { .gray-sign {
background-color: #010101; background-color: $suspended-color;
opacity: 0.35;
} }
span { span {
position: absolute; position: absolute;