Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-manage-shell
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
dcxy-manage-shell
Commits
fe84fdb4
Commit
fe84fdb4
authored
Apr 23, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整部分图表样式
parent
66ddf88d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
7 deletions
+14
-7
chart.vue
src/containers/Dashboard/CustomerConsumption/chart.vue
+1
-1
chart.vue
src/containers/Dashboard/CustomerRecharge/chart.vue
+8
-2
Dashboard.vue
src/containers/Dashboard/Dashboard.vue
+4
-3
IconMenu.vue
src/containers/layout/IconMenu/IconMenu.vue
+1
-1
No files found.
src/containers/Dashboard/CustomerConsumption/chart.vue
View file @
fe84fdb4
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
container
:
'CustomerConsumptionChart'
,
container
:
'CustomerConsumptionChart'
,
forceFit
:
true
,
forceFit
:
true
,
height
:
this
.
height
,
height
:
this
.
height
,
padding
:
[
50
,
5
0
,
50
,
100
],
padding
:
[
50
,
6
0
,
50
,
100
],
});
});
this
.
chart
.
source
(
this
.
data
);
this
.
chart
.
source
(
this
.
data
);
this
.
chart
this
.
chart
...
...
src/containers/Dashboard/CustomerRecharge/chart.vue
View file @
fe84fdb4
...
@@ -127,7 +127,7 @@ export default {
...
@@ -127,7 +127,7 @@ export default {
container
:
'CustomerRechargeChart'
,
container
:
'CustomerRechargeChart'
,
forceFit
:
true
,
forceFit
:
true
,
height
:
this
.
height
,
height
:
this
.
height
,
padding
:
[
5
0
,
50
,
20
,
120
],
padding
:
[
3
0
,
50
,
20
,
120
],
});
});
this
.
chart
.
source
(
dv
,
{
this
.
chart
.
source
(
dv
,
{
...
@@ -138,6 +138,10 @@ export default {
...
@@ -138,6 +138,10 @@ export default {
alias
:
'充值人数'
,
alias
:
'充值人数'
,
},
},
});
});
// this.chart.tooltip({
// offset: 250,
// });
this
.
chart
.
axis
(
'areaName'
,
{
this
.
chart
.
axis
(
'areaName'
,
{
label
:
{
label
:
{
offsetX
:
-
80
,
offsetX
:
-
80
,
...
@@ -273,8 +277,10 @@ export default {
...
@@ -273,8 +277,10 @@ export default {
transform
:
translate
(
100%
,
-100%
);
transform
:
translate
(
100%
,
-100%
);
}
}
.CustomerRechargeChart-areaTitle
{
.CustomerRechargeChart-areaTitle
{
color
:
#666
;
width
:
85px
;
width
:
85px
;
height
:
2em
;
height
:
2
.4em
;
line-height
:
1
.2
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
-
webkit-box
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
...
...
src/containers/Dashboard/Dashboard.vue
View file @
fe84fdb4
...
@@ -83,7 +83,7 @@ export default {
...
@@ -83,7 +83,7 @@ export default {
}
}
.Dashboard-SearchBar
{
.Dashboard-SearchBar
{
display
:
flex
;
display
:
flex
;
padding
:
20px
0
5
0px
;
padding
:
10px
0
2
0px
;
.el-input
,
.el-input
,
.el-input__inner
,
.el-input__inner
,
.filter-item
{
.filter-item
{
...
@@ -98,6 +98,7 @@ export default {
...
@@ -98,6 +98,7 @@ export default {
min-width
:
40px
;
min-width
:
40px
;
}
}
.Dashboard-Radio
{
.Dashboard-Radio
{
margin-left
:
10px
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-self
:
flex-end
;
justify-self
:
flex-end
;
...
@@ -135,13 +136,13 @@ export default {
...
@@ -135,13 +136,13 @@ export default {
}
}
.Dashboard-title
{
.Dashboard-title
{
position
:
relative
;
position
:
relative
;
padding
:
20px
0
0
;
padding
:
20px
0
12px
;
margin
:
0
20px
;
margin
:
0
20px
;
}
}
.
Dashboard-title
:
:
before
{
.
Dashboard-title
:
:
before
{
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
bottom
:
-12px
;
bottom
:
0
;
left
:
0
;
left
:
0
;
width
:
32px
;
width
:
32px
;
height
:
4px
;
height
:
4px
;
...
...
src/containers/layout/IconMenu/IconMenu.vue
View file @
fe84fdb4
...
@@ -229,7 +229,7 @@ export default {
...
@@ -229,7 +229,7 @@ export default {
}
}
}
}
.fastLink.marleft
{
.fastLink.marleft
{
margin-left
:
133
px
;
margin-left
:
70
px
;
}
}
.DashboardButton
{
.DashboardButton
{
height
:
80px
;
height
:
80px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment