king
2023-10-06 7576d214d1fb1dea8afe0b307ea40f33c7ad5271
src/menu/components/card/cardsimplecomponent/options.jsx
@@ -218,6 +218,17 @@
    },
    {
      type: 'radio',
      field: 'layout',
      label: '元素布局',
      initval: setting.layout || 'grid',
      required: false,
      options: [
        {value: 'grid', label: '栅格布局'},
        {value: 'flex', label: '弹性布局'},
      ]
    },
    {
      type: 'radio',
      field: 'click',
      label: '点击事件',
      initval: setting.click || '',