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
017d9c9e
authored
2023-01-12 17:55:31 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页修改
1 parent
17b4a79f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
src/components/echart/map/chart.vue
src/views/dataView/centercard.vue
src/views/dataView/leftcard.vue
src/components/echart/map/chart.vue
View file @
017d9c9
...
...
@@ -109,8 +109,8 @@ export default {
visualMap
:
{
min
:
0
,
max
:
_this
.
max
,
bottom
:
'
5
%'
,
right
:
3
0
,
bottom
:
'
20
%'
,
left
:
5
0
,
splitNumber
:
6
,
seriesIndex
:
[
0
],
itemWidth
:
20
,
// 每个图元的宽度
...
...
src/views/dataView/centercard.vue
View file @
017d9c9
<
template
>
<
template
>
<div
class=
"centercard"
>
<div
class=
"card1"
>
<div
class=
"title"
>
陕西省
不动产接入信息
</div>
<div
class=
"title"
>
汉中市
不动产接入信息
</div>
<maps
class=
"map"
/>
</div>
<div
class=
"card2 mt-10"
>
...
...
@@ -39,7 +39,7 @@ export default {
background
:
url("~@/image/mapcenter.png")
no-repeat
;
background-size
:
100%
100%
;
position
:
relative
;
height
:
4
8
5px
;
height
:
4
5
5px
;
.title
{
position
:
absolute
;
...
...
src/views/dataView/leftcard.vue
View file @
017d9c9
...
...
@@ -7,7 +7,7 @@
<div
class=
"rjjrlList"
>
<p
v-for=
"(item, index) in rjjrlList"
class=
"d-center qxjr"
:key=
"index"
>
{{
item
}}
</p>
</div>
<li>
日均接入
量
</li>
<li>
总
量
</li>
</ul>
<div
class=
"cardcontent-right d-center"
>
<p>
...
...
@@ -28,7 +28,7 @@
<div
class=
"rjjrlList"
>
<p
v-for=
"(item, index) in rjjrlList"
class=
"d-center sthj"
:key=
"index"
>
{{
item
}}
</p>
</div>
<li>
日均接入
量
</li>
<li>
总
量
</li>
</ul>
<div
class=
"cardcontent-right d-center"
>
<p>
...
...
Please
register
or
sign in
to post a comment