king
2022-11-24 5478a1f1d6a9dca0d8c3c4301b28cb6a67f58993
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -440,6 +440,18 @@
      ]
    },
    {
      type: 'radio',
      key: 'backgroundSize',
      label: '图像大小',
      initVal: card.backgroundSize || 'cover',
      required: false,
      options: [
        { value: 'cover', text: '覆盖' },
        { value: 'contain', text: '包含' },
        { value: 'auto', text: '自适应' },
      ]
    },
    {
      type: 'number',
      key: 'maxWidth',
      min: 10,