登录页UI、主页UI
This commit is contained in:
@ -394,8 +394,8 @@
|
||||
type: 'bar',
|
||||
barWidth: '40%',
|
||||
itemStyle: {
|
||||
color: 'rgba(255, 170, 0, 0.4)',
|
||||
borderColor: '#ffaa00',
|
||||
color: 'rgba(255, 153, 0, 0.3)',
|
||||
borderColor: '#FF9900',
|
||||
borderWidth: 1
|
||||
},
|
||||
markPoint: {
|
||||
@ -407,7 +407,7 @@
|
||||
fontSize: 12
|
||||
},
|
||||
itemStyle: {
|
||||
color: '#ffaa00'
|
||||
color: '#FF9900'
|
||||
},
|
||||
data: [
|
||||
{ type: 'max', name: 'Max' },
|
||||
@ -423,11 +423,11 @@
|
||||
show: true,
|
||||
position: 'end',
|
||||
formatter: '{c}',
|
||||
color: '#ffaa00'
|
||||
color: '#FF9900'
|
||||
},
|
||||
lineStyle: {
|
||||
type: 'dotted',
|
||||
color: '#ffaa00'
|
||||
color: '#FF9900'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user