Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
station-elec-manage-view
Project
Project
Details
Activity
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
station-elec-manage-view
Commits
1a93e07d
Commit
1a93e07d
authored
Jun 18, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改日常值守样式
parent
259635af
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
198 additions
and
156 deletions
+198
-156
situation.scss
src/styles/view/biz/situation/situation.scss
+193
-135
homePage.scss
src/styles/view/monitor/homePage.scss
+1
-1
RecentStatistics.js
src/view/biz/duty/situation/RecentStatistics.js
+1
-1
RiskTrend.js
src/view/biz/duty/situation/RiskTrend.js
+1
-1
Statistics.js
src/view/biz/duty/situation/Statistics.js
+1
-1
data.js
src/view/biz/duty/situation/data.js
+1
-17
No files found.
src/styles/view/biz/situation/situation.scss
View file @
1a93e07d
This diff is collapsed.
Click to expand it.
src/styles/view/monitor/homePage.scss
View file @
1a93e07d
...
@@ -1186,7 +1186,7 @@
...
@@ -1186,7 +1186,7 @@
margin-left
:
vw
(
17
);
margin-left
:
vw
(
17
);
height
:
vh
(
260
)
!
important
;
height
:
vh
(
260
)
!
important
;
width
:
82%
!
important
;
width
:
82%
!
important
;
background-position
:
60px
vh
(
14
)
!
important
;
background-position
:
vw
(
60
)
vh
(
14
)
!
important
;
}
}
.jiantou
{
.jiantou
{
...
...
src/view/biz/duty/situation/RecentStatistics.js
View file @
1a93e07d
...
@@ -36,7 +36,7 @@ class RecentStatistics extends Component {
...
@@ -36,7 +36,7 @@ class RecentStatistics extends Component {
<
/ButtonGroup
>
<
/ButtonGroup
>
<
div
className
=
"recent-statistics-content"
style
=
{{
position
:
'relative'
}}
>
<
div
className
=
"recent-statistics-content"
style
=
{{
position
:
'relative'
}}
>
<
div
className
=
"content-detail"
onClick
=
{
this
.
props
.
onStatisticClick
}
>
...
<
/div
>
<
div
className
=
"content-detail"
onClick
=
{
this
.
props
.
onStatisticClick
}
>
...
<
/div
>
<
ReactEcharts
option
=
{
recentData
}
style
=
{{
height
:
'100%'
,
width
:
'100%'
}}
/
>
<
ReactEcharts
option
=
{
recentData
}
className
=
"div-echars-style"
/>
<
/div
>
<
/div
>
<
/CommonCard
>
<
/CommonCard
>
<
/div
>
<
/div
>
...
...
src/view/biz/duty/situation/RiskTrend.js
View file @
1a93e07d
...
@@ -32,7 +32,7 @@ class RiskTrend extends Component {
...
@@ -32,7 +32,7 @@ class RiskTrend extends Component {
<
Button
size
=
"sm"
children
=
{
<
span
>
治理数
<
/span>} className="button-style" value="4" style={value == '4'
?
select : noselect} /
>
<
Button
size
=
"sm"
children
=
{
<
span
>
治理数
<
/span>} className="button-style" value="4" style={value == '4'
?
select : noselect} /
>
<
/ButtonGroup
>
<
/ButtonGroup
>
<
div
className
=
"risk-trend-content"
>
<
div
className
=
"risk-trend-content"
>
<
ReactEcharts
option
=
{
riskTrendData
}
style
=
{{
height
:
'100%'
,
width
:
'100%'
}}
/
>
<
ReactEcharts
option
=
{
riskTrendData
}
className
=
"div-echars"
/>
<
/div
>
<
/div
>
<
/CommonCard
>
<
/CommonCard
>
<
/div
>
<
/div
>
...
...
src/view/biz/duty/situation/Statistics.js
View file @
1a93e07d
...
@@ -64,7 +64,7 @@ class Statistics extends Component {
...
@@ -64,7 +64,7 @@ class Statistics extends Component {
{
name
:
'新疆'
,
area
:
'其他'
,
type
:
'areaCenterCity'
,
InValue
:
'0'
}
{
name
:
'新疆'
,
area
:
'其他'
,
type
:
'areaCenterCity'
,
InValue
:
'0'
}
];
];
echarts
.
registerMap
(
'china'
,
geoJson
);
echarts
.
registerMap
(
'china'
,
geoJson
);
debugger
;
for
(
const
item
of
provienceData
)
{
for
(
const
item
of
provienceData
)
{
if
(
item
.
area
===
'东北大区'
)
{
if
(
item
.
area
===
'东北大区'
)
{
item
.
itemStyle
=
{
item
.
itemStyle
=
{
...
...
src/view/biz/duty/situation/data.js
View file @
1a93e07d
...
@@ -41,23 +41,7 @@ export const riskTrendData = {
...
@@ -41,23 +41,7 @@ export const riskTrendData = {
fontSize
:
14
fontSize
:
14
}
}
},
},
dataZoom
:
[
{
show
:
true
,
realtime
:
true
,
backgroundColor
:
'#00B9ff'
,
borderColor
:
'#00B9ff'
,
left
:
40
,
height
:
14
,
width
:
996
,
bottom
:
5
},
{
type
:
'inside'
,
realtime
:
true
,
textStyle
:
false
}
],
xAxis
:
{
xAxis
:
{
type
:
'category'
,
type
:
'category'
,
boundaryGap
:
false
,
boundaryGap
:
false
,
...
...
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