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
4f9d8ce0
Commit
4f9d8ce0
authored
Mar 24, 2018
by
ddcat1115
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless setting
parent
148aaa89
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
src/routes/Dashboard/Monitor.js
src/routes/Dashboard/Monitor.js
+0
-14
No files found.
src/routes/Dashboard/Monitor.js
View file @
4f9d8ce0
...
@@ -82,20 +82,6 @@ export default class Monitor extends PureComponent {
...
@@ -82,20 +82,6 @@ export default class Monitor extends PureComponent {
bordered
=
{
false
}
bordered
=
{
false
}
>
>
<
Gauge
<
Gauge
format
=
{(
val
)
=>
{
switch
(
parseInt
(
val
,
10
))
{
case
20
:
return
'
差
'
;
case
40
:
return
'
中
'
;
case
60
:
return
'
良
'
;
case
80
:
return
'
优
'
;
default
:
return
''
;
}
}}
title
=
"
跳出率
"
title
=
"
跳出率
"
height
=
{
180
}
height
=
{
180
}
percent
=
{
87
}
percent
=
{
87
}
...
...
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