king
2023-03-14 da34633b25d16359cd91a656acad5e811f9972b7
src/menu/components/card/double-data-card/options.jsx
@@ -144,19 +144,6 @@
        {value: 'check square', label: '勾选(方框)'}
      ]
    },
    // {
    //   type: 'radio',
    //   field: 'cardFloat',
    //   label: '对齐方式',
    //   initval: wrap.cardFloat || 'left',
    //   tooltip: '设置卡片的对齐方式。',
    //   required: false,
    //   options: [
    //     {value: 'left', label: '左对齐'},
    //     {value: 'center', label: '居中'},
    //     {value: 'right', label: '右对齐'},
    //   ],
    // },
    {
      type: 'radio',
      field: 'parity',