king
2021-11-01 0d58c560feeddd8409a34ef0bd1e16f0be3f9758
src/templates/zshare/formconfig.jsx
@@ -874,6 +874,10 @@
    })
  }
  if (card.OpenType === 'blank') {
    card.OpenType = 'tab'
  }
  return [
    {
      type: 'select',
@@ -2739,11 +2743,11 @@
      label: '光标',
      initVal: card.cursor || 'left',
      options: [{
        value: 'right',
        text: '右对齐'
      }, {
        value: 'left',
        text: '左对齐'
      }, {
        value: 'right',
        text: '右对齐'
      }],
      forbid: appType !== 'mob'
    },