From cf804e19634ff953bb132af1b2f46905d80c1e3a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 五月 2021 15:08:34 +0800 Subject: [PATCH] 2021-05-12 --- src/tabviews/custom/components/carousel/data-card/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/carousel/data-card/index.jsx b/src/tabviews/custom/components/carousel/data-card/index.jsx index d276867..b77c04e 100644 --- a/src/tabviews/custom/components/carousel/data-card/index.jsx +++ b/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)) { @@ -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} -- Gitblit v1.8.0