Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Muse
Project
Project
Details
Activity
Releases
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
罗超
Muse
Commits
749e0b44
Commit
749e0b44
authored
Nov 29, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6f12d720
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
6 deletions
+19
-6
saleGuestTable.vue
src/components/viitto/saleGuestTable.vue
+1
-0
salesGuestList.vue
src/components/viitto/salesGuestList.vue
+18
-6
No files found.
src/components/viitto/saleGuestTable.vue
View file @
749e0b44
...
...
@@ -8,6 +8,7 @@
.salesGuest
.nav
{
padding
:
25px
45px
;
background-color
:
#252D48
;
font-family
:
"苹方粗体"
;
}
.salesGuest
.nav
.name
{
font-size
:
30px
;
...
...
src/components/viitto/salesGuestList.vue
View file @
749e0b44
...
...
@@ -7,6 +7,7 @@
.salesGuest
.nav
{
padding
:
25px
45px
;
background-color
:
#252d48
;
font-family
:
"苹方粗体"
;
}
.salesGuest
.nav
.name
{
font-size
:
30px
;
...
...
@@ -532,7 +533,10 @@ export default {
axisLine
:
{
lineStyle
:
{
// 设置x轴颜色
color
:
"#FFFFFF"
textStyle
:{
color
:
"#252D48"
},
// color: "#252D48"
}
},
axisLabel
:
{
...
...
@@ -565,13 +569,17 @@ export default {
axisLine
:
{
lineStyle
:
{
// 设置y轴颜色
color
:
"#DADADA"
}
//color: "#252D48",
},
textStyle
:{
color
:
"#252D48"
,
},
},
axisLabel
:
{
// formatter: '{value}k',
textStyle
:
{
color
:
"#4A5271"
//
color: "#4A5271"
},
padding
:
[
10
,
0
,
10
,
0
]
},
...
...
@@ -592,8 +600,12 @@ export default {
axisLine
:
{
lineStyle
:
{
// 设置y轴颜色
color
:
"#DADADA"
}
//color: "#252D48"
},
textStyle
:{
color
:
"#252D48"
},
},
axisLabel
:
{
textStyle
:
{
...
...
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