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
d276efd5
Commit
d276efd5
authored
Jun 23, 2020
by
zhangwenshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update link detail ui
parent
c6428fab
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
index.less
components/apolloTable/component/base/detail/link/index.less
+0
-2
index.tsx
components/apolloTable/component/base/detail/link/index.tsx
+1
-1
index.less
...ts/apolloTable/component/base/detail/text-link/index.less
+0
-2
index.tsx
...nts/apolloTable/component/base/detail/text-link/index.tsx
+1
-1
No files found.
components/apolloTable/component/base/detail/link/index.less
View file @
d276efd5
...
@@ -59,9 +59,7 @@
...
@@ -59,9 +59,7 @@
display: flex;
display: flex;
.popItemBgTxt {
.popItemBgTxt {
word-break: break-all;
word-break: break-all;
height: 24px;
padding: 5px 10px;
padding: 5px 10px;
line-height: 1;
font-size: 14px;
font-size: 14px;
}
}
}
}
components/apolloTable/component/base/detail/link/index.tsx
View file @
d276efd5
...
@@ -76,7 +76,7 @@ export const ApolloLinkDetail = (props: any) => {
...
@@ -76,7 +76,7 @@ export const ApolloLinkDetail = (props: any) => {
style=
{
itemStyle
}
style=
{
itemStyle
}
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
>
{
item
.
text
||
item
.
value
}
<
div
className=
{
s
.
popItemBgTxt
}
>
{
item
.
text
||
item
.
value
}
</
div
>
</
a
>
</
a
>
);
);
})
}
})
}
...
...
components/apolloTable/component/base/detail/text-link/index.less
View file @
d276efd5
...
@@ -59,9 +59,7 @@
...
@@ -59,9 +59,7 @@
display: flex;
display: flex;
.popItemBgTxt {
.popItemBgTxt {
word-break: break-all;
word-break: break-all;
height: 24px;
padding: 5px 10px;
padding: 5px 10px;
line-height: 1;
font-size: 14px;
font-size: 14px;
}
}
}
}
components/apolloTable/component/base/detail/text-link/index.tsx
View file @
d276efd5
...
@@ -78,7 +78,7 @@ export const ApolloTextLinkDetail = (props: any) => {
...
@@ -78,7 +78,7 @@ export const ApolloTextLinkDetail = (props: any) => {
style=
{
itemStyle
}
style=
{
itemStyle
}
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
>
{
item
}
<
div
className=
{
s
.
popItemBgTxt
}
>
{
item
}
</
div
>
</
a
>
</
a
>
);
);
})
}
})
}
...
...
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