king
2023-04-05 0a98c5dab4f2783ff5250cb69715340b40d801bb
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',
@@ -212,6 +199,17 @@
      required: false
    },
    {
      type: 'number',
      field: 'minWidth',
      label: '最小宽度',
      min: 0,
      max: 5000,
      precision: 0,
      initval: wrap.minWidth,
      tooltip: '设置卡片区域的最小宽度,显示区域小于此值将出现横向滚动。',
      required: false
    },
    {
      type: 'radio',
      field: 'permission',
      label: '权限验证',