Commit 749e0b44 authored by zhengke's avatar zhengke

修改

parent 6f12d720
......@@ -8,6 +8,7 @@
.salesGuest .nav{
padding: 25px 45px;
background-color: #252D48;
font-family: "苹方粗体";
}
.salesGuest .nav .name {
font-size: 30px;
......
......@@ -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: {
......
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