模具 打印

This commit is contained in:
xielue 2023-09-22 18:15:47 +08:00
parent d81defc469
commit e24fb705cf
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export default {
direction: 0,
fontName: 'Arial',
fontSize: 100,
fontSpacing: 10
fontSpacing: 0
},
titleWidth: 100,
@ -64,6 +64,7 @@ export default {
{ field: 'x', title: 'X', span: 24, itemRender: { name: '$input', props: { type: 'number' } } },
{ field: 'y', title: 'Y', span: 24, itemRender: { name: '$input', props: { type: 'number' } } },
{ field: 'direction', title: '角度', span: 24, itemRender: { name: '$input', props: { type: 'number' } } },
{ field: 'fontSize', title: '字号', span: 24, itemRender: { name: '$input', props: { type: 'number' } } },
{
field: 'fontName', title: '字体', span: 24, itemRender: {
name: '$select', props: {