Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
2f8b6c3d
Commit
2f8b6c3d
authored
Oct 25, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert to dva/router ....
parent
a957bffb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
index.js
src/components/Charts/Pie/index.js
+1
-1
index.js
src/components/EditableLinkGroup/index.js
+1
-1
index.js
src/components/Exception/index.js
+1
-1
index.js
src/components/PageHeader/index.js
+1
-1
No files found.
src/components/Charts/Pie/index.js
View file @
2f8b6c3d
...
@@ -101,7 +101,7 @@ class Pie extends Component {
...
@@ -101,7 +101,7 @@ class Pie extends Component {
let
m
=
margin
;
let
m
=
margin
;
if
(
!
margin
)
{
if
(
!
margin
)
{
if
(
hasLegend
)
{
if
(
hasLegend
)
{
m
=
[
24
,
240
,
24
,
0
];
m
=
[
24
,
240
,
24
,
8
];
}
else
if
(
percent
)
{
}
else
if
(
percent
)
{
m
=
[
0
,
0
,
0
,
0
];
m
=
[
0
,
0
,
0
,
0
];
}
else
{
}
else
{
...
...
src/components/EditableLinkGroup/index.js
View file @
2f8b6c3d
import
React
,
{
PureComponent
}
from
'react'
;
import
React
,
{
PureComponent
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
Link
}
from
'
react-
router'
;
import
{
Link
}
from
'
dva/
router'
;
import
{
Button
,
Icon
}
from
'antd'
;
import
{
Button
,
Icon
}
from
'antd'
;
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
...
...
src/components/Exception/index.js
View file @
2f8b6c3d
import
React
from
'react'
;
import
React
from
'react'
;
import
classNames
from
'classnames'
;
import
classNames
from
'classnames'
;
import
{
Button
}
from
'antd'
;
import
{
Button
}
from
'antd'
;
import
{
Link
}
from
'
react-
router'
;
import
{
Link
}
from
'
dva/
router'
;
import
config
from
'./typeConfig'
;
import
config
from
'./typeConfig'
;
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
...
...
src/components/PageHeader/index.js
View file @
2f8b6c3d
import
React
,
{
PureComponent
}
from
'react'
;
import
React
,
{
PureComponent
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
Breadcrumb
,
Tabs
}
from
'antd'
;
import
{
Breadcrumb
,
Tabs
}
from
'antd'
;
import
{
Link
}
from
'
react-
router'
;
import
{
Link
}
from
'
dva/
router'
;
import
classNames
from
'classnames'
;
import
classNames
from
'classnames'
;
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
...
...
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