Commit ba8db0cc authored by 田争光's avatar 田争光

feat(*): 优化监控仪表盘

parent 94de0da8
...@@ -387,7 +387,7 @@ export const getGaugeOption = (option) => { ...@@ -387,7 +387,7 @@ export const getGaugeOption = (option) => {
splitNumber: 5, splitNumber: 5,
axisLine: { axisLine: {
lineStyle: { lineStyle: {
width: 30, width: 20,
color: [ color: [
[ [
0, 0,
...@@ -460,7 +460,7 @@ export const getGaugeOption = (option) => { ...@@ -460,7 +460,7 @@ export const getGaugeOption = (option) => {
} }
}, },
axisTick: { axisTick: {
distance: -30, distance: -20,
length: 10, length: 10,
lineStyle: { lineStyle: {
color: "#909399", color: "#909399",
...@@ -468,8 +468,8 @@ export const getGaugeOption = (option) => { ...@@ -468,8 +468,8 @@ export const getGaugeOption = (option) => {
}, },
}, },
splitLine: { splitLine: {
distance: -30, distance: -20,
length: 38, length: 24,
lineStyle: { lineStyle: {
color: '#909399', color: '#909399',
width: 2 width: 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment