登录页UI、主页UI

This commit is contained in:
Rue Ji
2026-02-08 01:02:58 +08:00
parent 580606c267
commit fcf08b8b69
8 changed files with 151 additions and 101 deletions

View File

@ -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'
}
}
}