Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
7e69f3c9
Commit
7e69f3c9
authored
Sep 22, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix feed link color
parent
30a64239
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
src/routes/Dashboard/Workplace.js
src/routes/Dashboard/Workplace.js
+5
-1
src/routes/Dashboard/Workplace.less
src/routes/Dashboard/Workplace.less
+0
-9
No files found.
src/routes/Dashboard/Workplace.js
View file @
7e69f3c9
...
...
@@ -184,7 +184,11 @@ export default class Workplace extends PureComponent {
<
List
.
Item
key
=
{
item
.
id
}
>
<
List
.
Item
.
Meta
avatar
=
{
<
Avatar
style
=
{{
marginTop
:
-
12
}}
src
=
{
item
.
user
.
avatar
}
/>
}
title
=
{
<
p
>
{
item
.
user
.
name
}
在
<
a
>
xx
<
/a> 新建了项目 <a>xxxx</
a
><
/p>
}
title
=
{
<
p
>
<
a
>
{
item
.
user
.
name
}
<
/a> 在 <a>xx</
a
>
新建了项目
<
a
>
xxxx
<
/a
>
<
/p
>
}
description
=
{
moment
(
item
.
updatedAt
).
fromNow
()}
/
>
<
/List.Item
>
...
...
src/routes/Dashboard/Workplace.less
View file @
7e69f3c9
...
...
@@ -109,15 +109,6 @@
.projectList {
:global {
.ant-card-meta-title {
font-size: 14px;
a {
color: @heading-color;
&:hover {
color: @primary-color;
}
}
}
.ant-card-meta-description {
font-size: 12px;
min-height: 36px;
...
...
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