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

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

parent 94de0da8
......@@ -387,7 +387,7 @@ export const getGaugeOption = (option) => {
splitNumber: 5,
axisLine: {
lineStyle: {
width: 30,
width: 20,
color: [
[
0,
......@@ -460,7 +460,7 @@ export const getGaugeOption = (option) => {
}
},
axisTick: {
distance: -30,
distance: -20,
length: 10,
lineStyle: {
color: "#909399",
......@@ -468,8 +468,8 @@ export const getGaugeOption = (option) => {
},
},
splitLine: {
distance: -30,
length: 38,
distance: -20,
length: 24,
lineStyle: {
color: '#909399',
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