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
89f3acae
authored
2023-01-12 15:41:23 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页
1 parent
188400fd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
src/components/echart/map/chart.vue
src/views/dataView/centercard.vue
src/views/dataView/leftcard.vue
src/views/dataView/rightcard.vue
src/components/echart/map/chart.vue
View file @
89f3aca
...
...
@@ -109,7 +109,7 @@ export default {
visualMap
:
{
min
:
0
,
max
:
_this
.
max
,
bottom
:
'
0
%'
,
bottom
:
'
5
%'
,
right
:
30
,
splitNumber
:
6
,
seriesIndex
:
[
0
],
...
...
src/views/dataView/centercard.vue
View file @
89f3aca
...
...
@@ -27,7 +27,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.centercard
{
width
:
4
8
%
;
width
:
4
4
%
;
height
:
calc
(
100vh
-
114px
);
box-sizing
:
border-box
;
padding
:
0
10px
;
...
...
@@ -39,7 +39,7 @@ export default {
background
:
url("~@/image/mapcenter.png")
no-repeat
;
background-size
:
100%
100%
;
position
:
relative
;
height
:
510
px
;
height
:
485
px
;
.title
{
position
:
absolute
;
...
...
src/views/dataView/leftcard.vue
View file @
89f3aca
...
...
@@ -76,7 +76,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.leftcard
{
width
:
3
0
%
;
width
:
3
2
%
;
height
:
calc
(
100%
-94px
);
display
:
flex
;
flex-direction
:
column
;
...
...
src/views/dataView/rightcard.vue
View file @
89f3aca
...
...
@@ -51,7 +51,7 @@ export default {
}
.rightcard
{
width
:
3
0
%
;
width
:
3
2
%
;
display
:
flex
;
height
:
calc
(
100%
-94px
);
flex-direction
:
column
;
...
...
Please
register
or
sign in
to post a comment