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
f6216528
authored
2023-03-15 15:45:09 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;首页样式修改
1 parent
e4a5d48e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
14 deletions
src/components/Echart/Map/Chart.vue
src/views/home/dataView/rightcard.vue
src/components/Echart/Map/Chart.vue
View file @
f621652
<
template
>
<!-- 地图 -->
<Echart
id=
"centreLeft2Chart"
class=
"centreLeft2Chart"
:key=
"key"
ref=
"centreLeft2ChartRef"
width=
"100%"
height=
"100%"
<Echart
id=
"centreLeft2Chart"
class=
"centreLeft2Chart"
:key=
"key"
ref=
"centreLeft2ChartRef"
width=
"100%"
height=
"100%"
:options=
"options"
></Echart>
</
template
>
<
script
>
import
Echart
from
"@/common/echart"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
import
Echart
from
"@/common/echart"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
data
()
{
return
{
options
:
{},
...
...
@@ -34,7 +28,6 @@
},
},
mounted
()
{
window
.
addEventListener
(
"resize"
,
()
=>
{
this
.
key
++
;
});
...
...
@@ -79,7 +72,7 @@
visualMap: {
min: 0,
max: _this.max,
bottom: "13
%",
bottom: "12
%",
left: 50,
splitNumber: 6,
seriesIndex: [0],
...
...
@@ -255,6 +248,6 @@
});
},
},
};
};
</
script
>
<
style
></
style
>
...
...
src/views/home/dataView/rightcard.vue
View file @
f621652
...
...
@@ -78,7 +78,7 @@ export default {
}
.rightcard
{
width
:
3
0
%
;
width
:
3
2
%
;
display
:
flex
;
height
:
calc
(
100vh
-
114px
);
flex-direction
:
column
;
...
...
Please
register
or
sign in
to post a comment