Commit 749e0b44 authored by zhengke's avatar zhengke

修改

parent 6f12d720
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
.salesGuest .nav{ .salesGuest .nav{
padding: 25px 45px; padding: 25px 45px;
background-color: #252D48; background-color: #252D48;
font-family: "苹方粗体";
} }
.salesGuest .nav .name { .salesGuest .nav .name {
font-size: 30px; font-size: 30px;
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
.salesGuest .nav { .salesGuest .nav {
padding: 25px 45px; padding: 25px 45px;
background-color: #252d48; background-color: #252d48;
font-family: "苹方粗体";
} }
.salesGuest .nav .name { .salesGuest .nav .name {
font-size: 30px; font-size: 30px;
...@@ -532,7 +533,10 @@ export default { ...@@ -532,7 +533,10 @@ export default {
axisLine: { axisLine: {
lineStyle: { lineStyle: {
// 设置x轴颜色 // 设置x轴颜色
color: "#FFFFFF" textStyle:{
color: "#252D48"
},
// color: "#252D48"
} }
}, },
axisLabel: { axisLabel: {
...@@ -565,13 +569,17 @@ export default { ...@@ -565,13 +569,17 @@ export default {
axisLine: { axisLine: {
lineStyle: { lineStyle: {
// 设置y轴颜色 // 设置y轴颜色
color: "#DADADA" //color: "#252D48",
} },
textStyle:{
color: "#252D48",
},
}, },
axisLabel: { axisLabel: {
// formatter: '{value}k', // formatter: '{value}k',
textStyle: { textStyle: {
color: "#4A5271" //color: "#4A5271"
}, },
padding: [10, 0, 10, 0] padding: [10, 0, 10, 0]
}, },
...@@ -592,8 +600,12 @@ export default { ...@@ -592,8 +600,12 @@ export default {
axisLine: { axisLine: {
lineStyle: { lineStyle: {
// 设置y轴颜色 // 设置y轴颜色
color: "#DADADA" //color: "#252D48"
} },
textStyle:{
color: "#252D48"
},
}, },
axisLabel: { axisLabel: {
textStyle: { textStyle: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment