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
fc9b2c45
authored
2023-01-12 14:58:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;首页
1 parent
6e9a0c25
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/components/echart/Rose/chart.vue
src/components/echart/columnarsmat/chart.vue
src/views/dataView/rightcard.vue
src/components/echart/Rose/chart.vue
View file @
fc9b2c4
...
...
@@ -19,7 +19,7 @@ export default {
this
.
options
=
{
grid
:
{
// 让图表占满容器
top
:
"60%
"
,
// top: "8
",
right
:
'0'
,
bottom
:
"0%"
,
},
...
...
src/components/echart/columnarsmat/chart.vue
View file @
fc9b2c4
...
...
@@ -27,9 +27,9 @@ export default {
grid
:
{
// 让图表占满容器
top
:
"20%"
,
left
:
"1
5
%"
,
left
:
"1
8
%"
,
right
:
"10%"
,
bottom
:
"
2
6%"
,
bottom
:
"
1
6%"
,
},
xAxis
:
{
data
:
newData
.
category
,
...
...
src/views/dataView/rightcard.vue
View file @
fc9b2c4
...
...
@@ -96,7 +96,7 @@ export default {
.card2
{
background
:
url("~@/image/djywl.png")
no-repeat
;
background-size
:
100%
100%
;
padding
:
5
0px
0
15px
0
;
padding
:
6
0px
0
15px
0
;
}
.card3
{
...
...
Please
register
or
sign in
to post a comment