装备台账

This commit is contained in:
bb_pan 2026-02-02 15:37:47 +08:00
parent 4d54fbf6a6
commit b3323de0d0
1 changed files with 26 additions and 21 deletions

View File

@ -239,27 +239,32 @@ export default {
], ],
graphic: [ graphic: [
{ {
type: 'text', type: 'group',
left: '27%', left: '35%', // center[0]
top: '40%', top: '42%',
style: { bounding: 'raw',
text: `${this.total}`, children: [
textAlign: 'center', {
fill: '#3F3F3F', type: 'text',
fontSize: 22, style: {
fontWeight: 'bold', text: `${this.total}`,
}, fill: '#3F3F3F',
}, fontSize: 22,
{ fontWeight: 'bold',
type: 'text', textAlign: 'center',
left: '29%', },
top: '53%', },
style: { {
text: '装备台账', type: 'text',
textAlign: 'center', top: 32,
fill: '#3F3F3F', style: {
fontSize: 14, text: '装备台账',
}, fill: '#3F3F3F',
fontSize: 14,
textAlign: 'center',
},
},
],
}, },
], ],
color: ['#33C3C8', '#FF6B6B', '#FFA940', '#FADB14', '#597EF7'], color: ['#33C3C8', '#FF6B6B', '#FFA940', '#FADB14', '#597EF7'],