king
2021-08-10 704011800afdf0e87dc006b8d6e444556eaa9bf8
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -16,7 +16,7 @@
  sequence: ['eleType', 'width'],
  text: ['eleType', 'datatype', 'format', 'width', 'height', 'prefix', 'postfix', 'link'],
  number: ['eleType', 'datatype', 'format', 'width', 'height', 'prefix', 'postfix'],
  picture: ['eleType', 'datatype', 'width', 'lenWidRadio', 'maxWidth', 'link', 'scale'],
  picture: ['eleType', 'datatype', 'width', 'lenWidRadio', 'maxWidth', 'link'],
  video: ['eleType', 'datatype', 'width', 'aspectRatio', 'autoPlay', 'loop'],
  icon: ['eleType', 'icon', 'datatype', 'width'],
  slider: ['eleType', 'datatype', 'width', 'color', 'maxValue'],
@@ -110,6 +110,8 @@
        } else if (link === 'linkpage') {
          _options.push('linkmenu', 'joint', 'open')
        }
      } else if (eleType === 'picture' && !link) {
        _options.push('scale')
      }
    } else if (eleType === 'icon') {
      if (datatype === 'dynamic') {