装备台账

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

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