king
2021-05-12 cf804e19634ff953bb132af1b2f46905d80c1e3a
src/tabviews/custom/components/carousel/data-card/index.jsx
@@ -261,7 +261,7 @@
      }
      if (card.setting.joint === 'true') {
        newtab.param.BID = item.$$uuid
        newtab.param.$BID = item.$$uuid
      }
      if (['linkage_navigation', 'linkage'].includes(window.GLOB.navBar)) {
@@ -272,7 +272,7 @@
          return tab.MenuID !== newtab.MenuID
        })
        if (this.props.tabviews.length !== tabs.length) {
        if (this.props.tabviews.length > tabs.length) {
          this.props.modifyTabview(fromJS(tabs).toJS())
        }
@@ -315,7 +315,7 @@
    const { config, loading, data, card } = this.state
    return (
      <div className="custom-data-carousel-box" style={{...config.style, minHeight: config.wrap.minHeight}}>
      <div className="custom-data-carousel-box" style={config.style}>
        {loading ?
          <div className="loading-mask">
            {data ? <div className="ant-spin-blur"></div> : null}