src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -207,6 +207,17 @@ }, { type: 'radio', key: 'strokeLinecap', label: '线型', initVal: card.strokeLinecap || 'round', required: false, options: [ { value: 'round', text: '圆角' }, { value: 'square', text: '直角' }, ] }, { type: 'radio', key: 'textAlign', label: '对齐方式', initVal: card.textAlign || 'left',