king
2022-10-12 e657b7ed2c047af4b54cbc26e5ac66cb7656dbb5
src/menu/components/group/normal-group/options.jsx
@@ -105,6 +105,18 @@
      forbid: !appType
    },
    {
      type: 'radio',
      field: 'layout',
      label: '元素布局',
      initval: setting.layout || 'grid',
      tooltip: '分组中元素的排列方式',
      required: false,
      options: [
        {value: 'grid', label: '栅格布局'},
        {value: 'flex', label: '弹性布局'},
      ]
    },
    {
      type: 'multiselect',
      field: 'blacklist',
      label: '黑名单',