Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f5d0972a
authored
2023-01-12 15:09:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页
1 parent
f7b45130
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
src/components/echart/map/chart.vue
src/views/dataView/centercard.vue
src/views/dataView/rightcard.vue
src/components/echart/map/chart.vue
View file @
f5d0972
<
template
>
<!-- 地图 -->
<Echart
id=
"centreLeft2Chart"
class=
"centreLeft2Chart"
ref=
"centreLeft2ChartRef"
width=
"100%"
height=
"
470
px"
<Echart
id=
"centreLeft2Chart"
class=
"centreLeft2Chart"
ref=
"centreLeft2ChartRef"
width=
"100%"
height=
"
505
px"
:options=
"options"
></Echart>
</
template
>
...
...
@@ -109,7 +109,7 @@ export default {
visualMap
:
{
min
:
0
,
max
:
_this
.
max
,
bottom
:
'
2
%'
,
bottom
:
'
0
%'
,
right
:
30
,
splitNumber
:
6
,
seriesIndex
:
[
0
],
...
...
src/views/dataView/centercard.vue
View file @
f5d0972
...
...
@@ -39,7 +39,7 @@ export default {
background
:
url("~@/image/mapcenter.png")
no-repeat
;
background-size
:
100%
100%
;
position
:
relative
;
height
:
47
0px
;
height
:
51
0px
;
.title
{
position
:
absolute
;
...
...
src/views/dataView/rightcard.vue
View file @
f5d0972
...
...
@@ -64,7 +64,7 @@ export default {
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
1
5
px
;
top
:
1
2
px
;
text-align
:
center
;
}
...
...
@@ -96,7 +96,7 @@ export default {
.card2
{
background
:
url("~@/image/djywl.png")
no-repeat
;
background-size
:
100%
100%
;
padding
:
60px
0
15px
0
;
padding
:
60px
0
0
0
;
}
.card3
{
...
...
@@ -105,6 +105,9 @@ export default {
background
:
url("~@/image/lxzl.png")
no-repeat
;
background-size
:
100%
100%
;
padding-bottom
:
0
;
.cardhead
{
top
:
6px
;
}
}
.cardhead
{
...
...
Please
register
or
sign in
to post a comment