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; //全局警告色红色
$success-color: #23BF9A; //全局正常色绿色
$suspended-color: #71706D; //全局停用色灰色
$suspended-color: #9e9c98; //全局停用色灰色
$left-menu-bgcolor:#FFF;

View File

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

View File

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