From 704011800afdf0e87dc006b8d6e444556eaa9bf8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 八月 2021 14:24:42 +0800 Subject: [PATCH] 2021-08-10 --- src/tabviews/custom/components/card/cardcellList/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index 9b4d0fd..57921e0 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -476,6 +476,7 @@ } let scale = url && card.scale === 'true' + return ( <Col key={card.uuid} span={card.width}> <div style={_style} onClick={(e) => {this.openNewView(e, card)}}> -- Gitblit v1.8.0