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
d8e591e9
Commit
d8e591e9
authored
Jan 23, 2018
by
spiritree
Committed by
ddcat1115
Jan 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix moment format (#799)
parent
0c9f5b0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/routes/List/Articles.js
src/routes/List/Articles.js
+1
-1
src/routes/List/BasicList.js
src/routes/List/BasicList.js
+1
-1
No files found.
src/routes/List/Articles.js
View file @
d8e591e9
...
...
@@ -77,7 +77,7 @@ export default class SearchList extends Component {
<
div
className
=
{
styles
.
description
}
>
{
content
}
<
/div
>
<
div
className
=
{
styles
.
extra
}
>
<
Avatar
src
=
{
avatar
}
size
=
"
small
"
/><
a
href
=
{
href
}
>
{
owner
}
<
/a> εεΈε¨ <a href={href}>{href}</
a
>
<
em
>
{
moment
(
updatedAt
).
format
(
'
YYYY-MM-DD
hh
:mm
'
)}
<
/em
>
<
em
>
{
moment
(
updatedAt
).
format
(
'
YYYY-MM-DD
HH
:mm
'
)}
<
/em
>
<
/div
>
<
/div
>
);
...
...
src/routes/List/BasicList.js
View file @
d8e591e9
...
...
@@ -66,7 +66,7 @@ export default class BasicList extends PureComponent {
<
/div
>
<
div
className
=
{
styles
.
listContentItem
}
>
<
span
>
εΌε§ζΆι΄
<
/span
>
<
p
>
{
moment
(
createdAt
).
format
(
'
YYYY-MM-DD
hh
:mm
'
)}
<
/p
>
<
p
>
{
moment
(
createdAt
).
format
(
'
YYYY-MM-DD
HH
:mm
'
)}
<
/p
>
<
/div
>
<
div
className
=
{
styles
.
listContentItem
}
>
<
Progress
percent
=
{
percent
}
status
=
{
status
}
strokeWidth
=
{
6
}
style
=
{{
width
:
180
}}
/
>
...
...
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