king
2020-10-11 5902ba5c3ff85efc78c95364196cd6ab5d2d1601
src/menu/actioncomponent/formconfig.jsx
@@ -292,6 +292,18 @@
      }]
    },
    {
      type: 'number',
      key: 'width',
      min: 1,
      max: 24,
      precision: 0,
      label: '宽度',
      initVal: card.width || 12,
      tooltip: '每行等分为24份。',
      forbid: type !== 'card',
      required: true
    },
    {
      type: 'select',
      key: 'show',
      label: "显示为",