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
a3d5b1c9
Commit
a3d5b1c9
authored
Apr 29, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据首页样式
parent
28d41ef7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
4 deletions
+27
-4
CampusRankChart.vue
src/containers/Dashboard/CampusRank/CampusRankChart.vue
+18
-3
CustomerData.vue
src/containers/Dashboard/CustomerData/CustomerData.vue
+7
-0
SeviceRatioChart.vue
src/containers/Dashboard/SeviceRatio/SeviceRatioChart.vue
+2
-1
No files found.
src/containers/Dashboard/CampusRank/CampusRankChart.vue
View file @
a3d5b1c9
...
...
@@ -51,7 +51,7 @@ export default {
position
:
'right-center'
,
marker
:
'square'
,
clickable
:
false
,
offsetX
:
-
10
,
offsetX
:
-
4
,
useHtml
:
true
,
containerTpl
:
`
<div class="g2-legend">
...
...
@@ -71,8 +71,8 @@ export default {
class="g2-legend-marker"
style="display:inline-block;margin-right:10px;background-color:
${
color
}
;"
></i>
<span class="g2-legend-text">
${
value
}
: </span>
<span>
${
obj
.
count
}
</span>
<span class="g2-legend-text"
title="
${
value
}
"
>
${
value
}
: </span>
<span>
${
obj
.
count
.
toFixed
(
2
)
}
</span>
</li>
`
;
},
...
...
@@ -85,6 +85,13 @@ export default {
'g2-legend-list-item'
:
{
color
:
'#333'
,
},
'g2-legend-text'
:
{
display
:
'inline-block'
,
width
:
'100px'
,
overflow
:
'hidden'
,
'text-overflow'
:
'ellipsis'
,
'white-space'
:
'nowrap'
,
},
'g2-legend-marker'
:
{
width
:
'10px'
,
height
:
'5px'
,
...
...
@@ -194,5 +201,13 @@ export default {
max-height
:
270px
;
overflow-y
:
auto
;
}
.g2-legend-text
{
display
:
inline-block
;
width
:
100px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
vertical-align
:
middle
;
}
}
</
style
>
src/containers/Dashboard/CustomerData/CustomerData.vue
View file @
a3d5b1c9
...
...
@@ -34,6 +34,7 @@
>
本年
</el-radio>
</el-radio-group>
<el-button
:loading=
"consumptionLoading||rechargeLoading"
type=
"primary"
@
click=
"fetchAllData"
>
搜索
</el-button>
...
...
@@ -60,6 +61,12 @@ export default {
},
computed
:
{
...
mapGetters
(
'Dashboard/customerData'
,
[
'filters'
]),
...
mapGetters
(
'Dashboard/customerData/customerConsumption'
,
{
consumptionLoading
:
'loading'
,
}),
...
mapGetters
(
'Dashboard/customerData/customerRecharge'
,
{
rechargeLoading
:
'loading'
,
}),
},
methods
:
{
...
mapActions
(
'Dashboard/customerData'
,
[
'updateFilters'
]),
...
...
src/containers/Dashboard/SeviceRatio/SeviceRatioChart.vue
View file @
a3d5b1c9
...
...
@@ -46,6 +46,7 @@ export default {
position
:
'right-center'
,
marker
:
'square'
,
clickable
:
false
,
offsetX
:
-
10
,
useHtml
:
true
,
containerTpl
:
`
<div class="g2-legend">
...
...
@@ -71,7 +72,7 @@ export default {
`
;
},
'g2-legend'
:
{
width
:
'1
25
px'
,
width
:
'1
40
px'
,
// left: '-20px',
},
'g2-legend-list-item'
:
{
...
...
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