king
2022-06-02 94fe37551855f542d1cbad8b7af7fe3311daeddb
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -590,6 +590,18 @@
      ]
    },
    {
      type: 'radio',
      key: 'copyable',
      label: '可复制',
      initVal: card.copyable || 'false',
      tooltip: '元素是否可复制,复制内容包括前缀与后缀。',
      required: false,
      options: [
        { value: 'true', text: '是' },
        { value: 'false', text: '否' }
      ]
    },
    {
      type: 'number',
      key: 'fixSize',
      min: 10,