king
2022-06-28 0472ec32cadb4f9bca6dbab82ac33a42e76f37ed
src/menu/components/timeline/normal-timeline/index.jsx
@@ -48,7 +48,7 @@
        name: card.name,
        subtype: card.subtype,
        setting: { interType: 'system' },
        wrap: { title: '', name: card.name, width: card.width || 24, color: '#1890ff', mode: 'left' },
        wrap: { title: '', name: card.name, direction: 'vertical', width: card.width || 24, color: '#1890ff', mode: 'left' },
        style: { marginLeft: '0px', marginRight: '0px', marginTop: '0px', marginBottom: '0px' },
        subcards: [{
          uuid: Utils.getuuid(),
@@ -200,6 +200,12 @@
  updateWrap = (res) => {
    delete res.quick
    if (res.hmode) {
      res.mode = res.hmode
      delete res.hmode
    }
    this.updateComponent({...this.state.card, wrap: res})
  }