king
2021-09-17 eb0c4703ec7cd21dc921ae113b7e3be69c641c1d
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -216,7 +216,7 @@
      type: 'number',
      key: 'barHeight',
      min: 5,
      max: 50,
      max: 500,
      label: '高度',
      initVal: card.barHeight || 25,
      required: true,
@@ -225,7 +225,7 @@
      type: 'number',
      key: 'qrWidth',
      min: 5,
      max: 500,
      max: 1000,
      label: '宽度',
      initVal: card.qrWidth || 50,
      required: true,