src/menu/components/share/actioncomponent/formconfig.jsx
@@ -753,12 +753,12 @@ { type: 'number', key: 'width', min: 1, min: 0, max: 24, precision: 0, label: '宽度', initVal: card.width || 12, tooltip: '栅格布局,每行等分为24列。', initVal: card.width || (card.width === 0 ? 0 : 12), tooltip: '栅格布局,每行等分为24列。为 0 时宽度自适应。', forbid: type !== 'card', required: true },