Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web_component
submodule
Commits
0834fefc
Commit
0834fefc
authored
Jul 08, 2020
by
zhangwenshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
点击链接阻止冒泡
parent
faff2ae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
9 deletions
+26
-9
index.tsx
...nts/apolloTable/component/base/detail/text-link/index.tsx
+26
-9
No files found.
components/apolloTable/component/base/detail/text-link/index.tsx
View file @
0834fefc
...
...
@@ -43,11 +43,14 @@ export const ApolloTextLinkDetail = (props: any) => {
placement=
"left"
overlayClassName=
{
s
.
popContainer
}
content=
{
<
div
className=
{
s
.
popContent
}
onClick=
{
(
e
)
=>
{
e
.
stopPropagation
();
e
.
nativeEvent
.
stopImmediatePropagation
();
}
}
>
{
arr
.
map
((
item
,
i
)
=>
{
<
div
className=
{
s
.
popContent
}
onClick=
{
(
e
:
any
)
=>
{
e
.
stopPropagation
();
e
.
nativeEvent
.
stopImmediatePropagation
();
}
}
>
{
arr
.
map
((
item
:
any
,
i
:
number
)
=>
{
return
(
<
a
key=
{
i
}
...
...
@@ -64,8 +67,15 @@ export const ApolloTextLinkDetail = (props: any) => {
</
div
>
}
>
<
div
className=
{
s
.
content
}
style=
{
innerStyle
}
>
{
arr
.
map
((
item
,
i
)
=>
{
<
div
className=
{
s
.
content
}
style=
{
innerStyle
}
onClick=
{
(
e
:
any
)
=>
{
e
.
stopPropagation
();
e
.
nativeEvent
.
stopImmediatePropagation
();
}
}
>
{
arr
.
map
((
item
:
any
,
i
:
number
)
=>
{
return
(
<
a
key=
{
i
}
...
...
@@ -82,8 +92,15 @@ export const ApolloTextLinkDetail = (props: any) => {
</
div
>
</
Popover
>
)
:
(
<
div
className=
{
s
.
content
}
style=
{
innerStyle
}
>
{
arr
.
map
((
item
,
i
)
=>
{
<
div
className=
{
s
.
content
}
style=
{
innerStyle
}
onClick=
{
(
e
:
any
)
=>
{
e
.
stopPropagation
();
e
.
nativeEvent
.
stopImmediatePropagation
();
}
}
>
{
arr
.
map
((
item
:
any
,
i
:
number
)
=>
{
return
(
<
a
key=
{
i
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment