king
2024-07-05 73b2dc5000b03cd150d91e0f6f1d1e3ba82cc97f
src/templates/zshare/formconfig.jsx
@@ -2523,6 +2523,18 @@
    },
    {
      type: 'number',
      key: 'contHeidht',
      label: '高度',
      min: 1,
      max: 2000,
      precision: 1,
      initVal: card.contHeidht,
      tooltip: '富文本编辑区的高度,小于100时为窗口的百分比。',
      required: false,
      forbid: appType === 'mob'
    },
    {
      type: 'number',
      key: 'labelwidth',
      min: 1,
      max: 100,