king
2023-11-14 badeb38c57b3f5f3c7d6ea016af5eea401ae1e2c
src/tabviews/custom/components/card/data-card/index.jsx
@@ -38,7 +38,7 @@
    loading: false,
    card: null,
    data: [],
    total: null,
    total: 0,
    precards: [],
    nextcards: [],
    selected: 'false',
@@ -135,6 +135,12 @@
    _config.wrap.layout = (_config.wrap.layout || 'grid') + '-layout float-' + (_config.wrap.cardFloat || 'left')
    _config.wrap.wrapClass = `${_config.wrap.selStyle} ${_config.wrap.cardType || ''} ${_config.wrap.scale}`
    if (_config.wrap.shifting === 'true') {
      _config.wrap.shifting = 'shifting'
    } else {
      _config.wrap.shifting = ''
    }
    let pageOptions = ['10', '25', '50', '100', '500', '1000']
@@ -1178,7 +1184,7 @@
    }
    return (
      <div className="custom-data-card-box" id={'anchor' + config.uuid} style={config.style}>
      <div className={'custom-data-card-box ' + config.wrap.shifting} id={'anchor' + config.uuid} style={config.style}>
        {loading ?
          <div className="loading-mask">
            {data.length ? <div className="ant-spin-blur"></div> : null}