Merge pull request 'dev' (#79) from dev into master

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/79
This commit is contained in:
odjbin
2023-12-11 13:09:35 +00:00
7 changed files with 38 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ const option = {
clip: false,
itemStyle: {
color: `${
params.gasInfo.value > params.gasInfo.point ? "#F94236" : "#7EDFEC"
params.gasInfo.value >= params.gasInfo.point ? "#F94236" : "#7EDFEC"
}`,
},
},
@@ -68,7 +68,9 @@ const option = {
axisLine: {
lineStyle: {
width: 25,
color: [[1, "#0a4265"]],
color: [
[1, "#0a4265"]
],
},
},
detail: {
@@ -76,7 +78,7 @@ const option = {
height: 14,
fontSize: 26,
color: `${
params.gasInfo.value > params.gasInfo.point ? "#F94236" : "#FFCE23"
params.gasInfo.value >= params.gasInfo.point ? "#F94236" : "#FFCE23"
}`,
formatter: "Vo{value}%",
},

View File

@@ -107,6 +107,7 @@ watch(() => props.list, (now, old) => {
padding-left: 5px;
&:hover {
cursor: pointer;
width: 280px;
//height: 46px;
background: #2E5589;