king
2021-11-12 0c84df247914f893ef5e41d57a422e10a2dc814c
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',