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
188400fd
authored
2023-01-12 15:36:44 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
f5d0972a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
src/components/echart/Rose/chart.vue
src/components/echart/Rose/index.vue
src/views/dataView/centercard.vue
src/views/dataView/leftcard.vue
src/views/dataView/rightcard.vue
src/views/dataView/screencontent.vue
src/components/echart/Rose/chart.vue
View file @
188400f
...
...
@@ -19,9 +19,8 @@ export default {
this
.
options
=
{
grid
:
{
// 让图表占满容器
// top: "8",
right
:
'0'
,
bottom
:
"0%"
,
top
:
20
,
right
:
0
,
},
color
:
[
"#37a2da"
,
...
...
src/components/echart/Rose/index.vue
View file @
188400f
<
template
>
<div>
<Chart
:cdata=
"cdata"
/>
<el-carousel
height=
"
6
0px"
indicator-position=
"none"
>
<el-carousel
height=
"
4
0px"
indicator-position=
"none"
>
<el-carousel-item
v-for=
"item in 4"
:key=
"item"
>
<div
class=
"rotograph"
>
佛坪县
</div>
</el-carousel-item>
...
...
@@ -57,6 +57,5 @@ export default {
border-radius
:
6px
;
font-weight
:
600
;
color
:
#02D9FD
;
margin-top
:
20px
;
}
</
style
>
...
...
src/views/dataView/centercard.vue
View file @
188400f
...
...
@@ -74,7 +74,7 @@ export default {
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
9
px
;
top
:
3
px
;
text-align
:
center
;
margin-bottom
:
10px
;
}
...
...
src/views/dataView/leftcard.vue
View file @
188400f
...
...
@@ -86,6 +86,7 @@ export default {
background-size
:
100%
100%
;
position
:
relative
;
padding
:
8px
0
;
height
:
170px
;
}
.card1
{
...
...
src/views/dataView/rightcard.vue
View file @
188400f
...
...
@@ -27,7 +27,7 @@ export default {
headerBGC
:
'#016AC5'
,
oddRowBGC
:
'#154295'
,
evenRowBGC
:
'#154295'
,
header
:
[
'序号'
,
'
行政区名称'
,
'行政区总数'
,
'接入量
'
],
header
:
[
'序号'
,
'
用途'
,
'性质'
,
'面积
'
],
data
:
[
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
...
...
@@ -106,7 +106,7 @@ export default {
background-size
:
100%
100%
;
padding-bottom
:
0
;
.cardhead
{
top
:
6
px
;
top
:
8
px
;
}
}
...
...
src/views/dataView/screencontent.vue
View file @
188400f
...
...
@@ -46,5 +46,6 @@ export default {
margin
:
auto
;
display
:
flex
;
justify-content
:
space-between
;
margin-top
:
15px
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment