From 0834fefce6b1888315077a032a5ea88bea7afa1d Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Wed, 8 Jul 2020 17:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E9=93=BE=E6=8E=A5=E9=98=BB?= =?UTF-8?q?=E6=AD=A2=E5=86=92=E6=B3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/base/detail/text-link/index.tsx | 35 ++++++++++++++----- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/components/apolloTable/component/base/detail/text-link/index.tsx b/components/apolloTable/component/base/detail/text-link/index.tsx index 3c8b8d4..19f66c3 100644 --- a/components/apolloTable/component/base/detail/text-link/index.tsx +++ b/components/apolloTable/component/base/detail/text-link/index.tsx @@ -43,11 +43,14 @@ export const ApolloTextLinkDetail = (props: any) => { placement="left" overlayClassName={s.popContainer} content={ -
{ - e.stopPropagation(); - e.nativeEvent.stopImmediatePropagation(); - }}> - {arr.map((item, i) => { +
{ + e.stopPropagation(); + e.nativeEvent.stopImmediatePropagation(); + }} + > + {arr.map((item: any, i: number) => { return ( {
} > -
- {arr.map((item, i) => { +
{ + e.stopPropagation(); + e.nativeEvent.stopImmediatePropagation(); + }} + > + {arr.map((item: any, i: number) => { return ( {
) : ( -
- {arr.map((item, i) => { +
{ + e.stopPropagation(); + e.nativeEvent.stopImmediatePropagation(); + }} + > + {arr.map((item: any, i: number) => { return (