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
7fde4e74
Commit
7fde4e74
authored
Sep 06, 2018
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #2122 fix lint error
parent
08a59602
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
src/components/Charts/Gauge/index.js
src/components/Charts/Gauge/index.js
+2
-1
src/components/Charts/MiniArea/index.js
src/components/Charts/MiniArea/index.js
+2
-1
src/components/Charts/MiniBar/index.js
src/components/Charts/MiniBar/index.js
+1
-1
src/components/Charts/TimelineChart/index.js
src/components/Charts/TimelineChart/index.js
+2
-1
src/pages/Forms/AdvancedForm.js
src/pages/Forms/AdvancedForm.js
+2
-1
No files found.
src/components/Charts/Gauge/index.js
View file @
7fde4e74
...
...
@@ -51,7 +51,6 @@ Shape.registerShape('point', 'pointer', {
},
});
export
default
@
autoHeight
()
class
Gauge
extends
React
.
Component
{
render
()
{
...
...
@@ -164,3 +163,5 @@ class Gauge extends React.Component {
);
}
}
export
default
Gauge
;
src/components/Charts/MiniArea/index.js
View file @
7fde4e74
...
...
@@ -3,7 +3,6 @@ import { Chart, Axis, Tooltip, Geom } from 'bizcharts';
import
autoHeight
from
'
../autoHeight
'
;
import
styles
from
'
../index.less
'
;
export
default
@
autoHeight
()
class
MiniArea
extends
React
.
PureComponent
{
render
()
{
...
...
@@ -105,3 +104,5 @@ class MiniArea extends React.PureComponent {
);
}
}
export
default
MiniArea
;
src/components/Charts/MiniBar/index.js
View file @
7fde4e74
...
...
@@ -3,7 +3,6 @@ import { Chart, Tooltip, Geom } from 'bizcharts';
import
autoHeight
from
'
../autoHeight
'
;
import
styles
from
'
../index.less
'
;
export
default
@
autoHeight
()
class
MiniBar
extends
React
.
Component
{
render
()
{
...
...
@@ -49,3 +48,4 @@ class MiniBar extends React.Component {
);
}
}
export
default
MiniBar
;
src/components/Charts/TimelineChart/index.js
View file @
7fde4e74
...
...
@@ -5,7 +5,6 @@ import Slider from 'bizcharts-plugin-slider';
import
autoHeight
from
'
../autoHeight
'
;
import
styles
from
'
./index.less
'
;
export
default
@
autoHeight
()
class
TimelineChart
extends
React
.
Component
{
render
()
{
...
...
@@ -121,3 +120,5 @@ class TimelineChart extends React.Component {
);
}
}
export
default
TimelineChart
;
src/pages/Forms/AdvancedForm.js
View file @
7fde4e74
...
...
@@ -57,7 +57,6 @@ const tableData = [
},
];
export
default
@
connect
(({
loading
})
=>
({
submitting
:
loading
.
effects
[
'
form/submitAdvancedForm
'
],
}))
...
...
@@ -308,3 +307,5 @@ class AdvancedForm extends PureComponent {
);
}
}
export
default
AdvancedForm
;
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