Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
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
bank
AmosBankView
Commits
0c016148
Commit
0c016148
authored
Nov 13, 2020
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)首页右测样式调整
parent
eabed450
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
indexCharts.scss
src/styles/view/3dview/indexCharts.scss
+10
-2
topChart.js
src/view/bank/3dview/indexCharts/rightChartChild/topChart.js
+1
-1
No files found.
src/styles/view/3dview/indexCharts.scss
View file @
0c016148
...
...
@@ -1445,7 +1445,7 @@
font-size
:
16px
;
.chartBody
{
height
:
4
2
0px
;
height
:
4
6
0px
;
@media
screen
and
(
min-width
:
1280px
)
and
(
max-width
:
1366px
)
{
height
:
300px
;
...
...
@@ -1456,10 +1456,18 @@
width
:
100%
;
height
:
99%
;
.left-chart-child-patrol
{
float
:
left
;
width
:
100%
;
height
:
55%
;
margin-bottom
:
2px
;
background
:
rgba
(
23
,
90
,
201
,
0
.9
);
}
.left-chart-child
{
float
:
left
;
width
:
100%
;
height
:
50
%
;
height
:
45
%
;
margin-bottom
:
2px
;
background
:
rgba
(
23
,
90
,
201
,
0
.9
);
...
...
src/view/bank/3dview/indexCharts/rightChartChild/topChart.js
View file @
0c016148
...
...
@@ -303,7 +303,7 @@ class TopCharts extends Component {
return
(
<
div
className
=
'left-chart-top'
>
<
div
className
=
'left-chart-child'
>
<
div
className
=
'left-chart-child
-patrol
'
>
<
ReactEcharts
option
=
{
this
.
getOptionsx
(
technologyData
,
null
)}
eventpool
=
{
this
.
onclick
}
/
>
<
/div
>
<
div
className
=
'left-chart-child'
>
...
...
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