king
2023-07-10 89a58758f2045daf62383dc993178d857f3bbc39
2023-07-10
17个文件已修改
45 ■■■■ 已修改文件
src/menu/components/card/cardcellcomponent/dragaction/action.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/card/cardcellcomponent/dragaction/card.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/group/groupcomponents/card.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/tabs/tabcomponents/card.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/menushell/card.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/stylecontroller/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/mob/components/tabs/tabcomponents/card.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/mob/mobshell/card.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pc/menushell/card.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/cardcellList/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/tableHeader/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/chart/antv-X6/index.jsx 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/group/normal-group/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/share/tabtransfer/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/popview/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/billprint/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/card/cardcellcomponent/dragaction/action.jsx
@@ -75,6 +75,8 @@
  if (card.style && card.style.clear === 'left') {
    _style_ = {clear: 'left'}
  } else if (card.style && card.style.clear === 'right') {
    _style_ = {float: 'right'}
  }
  let className = card.width || ''
src/menu/components/card/cardcellcomponent/dragaction/card.jsx
@@ -215,6 +215,8 @@
  if (card.style && card.style.clear === 'left') {
    _style_ = {clear: 'left'}
  } else if (card.style && card.style.clear === 'right') {
    _style_ = {float: 'right'}
  }
  let tableHCell = false
src/menu/components/group/groupcomponents/card.jsx
@@ -64,6 +64,8 @@
  if (card.style && card.style.clear === 'left') {
    style.clear = 'left'
  } else if (card.style && card.style.clear === 'right') {
    style.float = 'right'
  }
  const getCardComponent = () => {
src/menu/components/tabs/tabcomponents/card.jsx
@@ -67,6 +67,8 @@
  if (card.style && card.style.clear === 'left') {
    style.clear = 'left'
  } else if (card.style && card.style.clear === 'right') {
    style.float = 'right'
  }
  const getCardComponent = () => {
src/menu/menushell/card.jsx
@@ -70,6 +70,8 @@
  if (card.style && card.style.clear === 'left') {
    style.clear = 'left'
  } else if (card.style && card.style.clear === 'right') {
    style.float = 'right'
  }
  const getCardComponent = () => {
src/menu/stylecontroller/index.jsx
@@ -953,6 +953,7 @@
                    <Radio.Group style={{whiteSpace: 'nowrap'}} defaultValue={card.clear || 'none'} onChange={(e) => this.changeNormalStyle(e.target.value, 'clear')}>
                      <Radio value="none">左浮动</Radio>
                      <Radio value="left">不浮动</Radio>
                      <Radio value="right">右浮动</Radio>
                    </Radio.Group>
                  </Form.Item>
                </Col>
src/mob/components/tabs/tabcomponents/card.jsx
@@ -63,6 +63,8 @@
  if (card.style && card.style.clear === 'left') {
    style.clear = 'left'
  } else if (card.style && card.style.clear === 'right') {
    style.float = 'right'
  }
  const getCardComponent = () => {
src/mob/mobshell/card.jsx
@@ -70,6 +70,8 @@
  if (card.style && card.style.clear === 'left') {
    style.clear = 'left'
  } else if (card.style && card.style.clear === 'right') {
    style.float = 'right'
  }
  let col = 'ant-col-' + (card.width || 24)
src/pc/menushell/card.jsx
@@ -69,6 +69,8 @@
  if (card.style && card.style.clear === 'left') {
    style.clear = 'left'
  } else if (card.style && card.style.clear === 'right') {
    style.float = 'right'
  }
  
  let col = ' ant-col ant-col-' + (card.width || 24)
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -266,6 +266,8 @@
      if (card.style && card.style.clear === 'left') {
        _style_ = {clear: 'left'}
      } else if (card.style && card.style.clear === 'right') {
        _style_ = {float: 'right'}
      }
      if (card.eleType === 'sequence') {
src/tabviews/custom/components/card/tableHeader/index.jsx
@@ -70,6 +70,8 @@
      if (item.style && item.style.clear === 'left') {
        _style_ = {clear: 'left'}
      } else if (item.style && item.style.clear === 'right') {
        _style_ = {float: 'right'}
      }
      let val = ''
src/tabviews/custom/components/chart/antv-X6/index.jsx
@@ -491,6 +491,7 @@
        this.cells = []
        this.handleData()
      }
      this.setState({empty: true})
      return
    }
@@ -505,9 +506,6 @@
    let result = await Api.genericInterface(param)
    if (result.status) {
      this.setState({
        loading: false
      })
      let item = result.data && result.data[0] ? result.data[0] : null
      let cells = []
@@ -518,6 +516,10 @@
      this.cells = cells
      this.handleData()
      this.setState({
        loading: false
      })
      if (result.message) {
        if (result.ErrCode === 'Y') {
@@ -1740,11 +1742,13 @@
    if (config.plot.function === 'show') {
      if (config.plot.empty === 'hidden' && this.cells.length === 0) {
        style.display = 'none'
        style.position = 'absolute'
        style.width = '100%'
        style.zIndex = -1
      }
      return (
        <div className="custom-x6-plot-box" id={'anchor' + config.uuid} style={config.style}>
        <div className="custom-x6-plot-box" id={'anchor' + config.uuid} style={style}>
          {loading ?
            <div className="loading-mask">
              <div className="ant-spin-blur"></div>
src/tabviews/custom/components/group/normal-group/index.jsx
@@ -158,6 +158,8 @@
      if (item.style && item.style.clear === 'left') {
        style = {clear: 'left'}
      } else if (item.style && item.style.clear === 'right') {
        style = {float: 'right'}
      }
      if (item.type === 'card' && item.subtype === 'datacard') {
src/tabviews/custom/components/share/tabtransfer/index.jsx
@@ -184,6 +184,8 @@
      if (item.style && item.style.clear === 'left') {
        style = {clear: 'left'}
      } else if (item.style && item.style.clear === 'right') {
        style = {float: 'right'}
      }
      if (item.type === 'card' && item.subtype === 'datacard') {
src/tabviews/custom/index.jsx
@@ -1289,6 +1289,8 @@
      if (item.style && item.style.clear === 'left') {
        style = {clear: 'left'}
      } else if (item.style && item.style.clear === 'right') {
        style = {float: 'right'}
      }
      if (item.type === 'card' && item.subtype === 'datacard') {
src/tabviews/custom/popview/index.jsx
@@ -917,6 +917,8 @@
      if (item.style && item.style.clear === 'left') {
        style = {clear: 'left'}
      } else if (item.style && item.style.clear === 'right') {
        style = {float: 'right'}
      }
      if (item.type === 'card' && item.subtype === 'datacard') {
src/views/billprint/index.jsx
@@ -876,6 +876,8 @@
      if (item.style && item.style.clear === 'left') {
        style = {clear: 'left'}
      } else if (item.style && item.style.clear === 'right') {
        style = {float: 'right'}
      }
      if (item.type === 'bar' || item.type === 'line') {