src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -18,6 +18,7 @@ { value: 'qrcode', text: '二维码'}, { value: 'currentDate', text: '当前时间'}, { value: 'formula', text: '公式'}, { value: 'color', text: '颜色'}, ] let anchors = [] @@ -440,6 +441,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,