94436f1e by xiaomiao

miaofang

1 parent c2a44baf
...@@ -40,9 +40,9 @@ export default { ...@@ -40,9 +40,9 @@ export default {
40 right: "1%", 40 right: "1%",
41 }, 41 },
42 grid: { 42 grid: {
43 left: "3%", 43 left: "5%",
44 right: "6%", 44 right: "7%",
45 bottom: "8%", 45 bottom: "10%",
46 containLabel: true, 46 containLabel: true,
47 }, 47 },
48 xAxis: { 48 xAxis: {
...@@ -81,18 +81,13 @@ export default { ...@@ -81,18 +81,13 @@ export default {
81 name: "成功", 81 name: "成功",
82 type: "bar", 82 type: "bar",
83 stack: "总量", 83 stack: "总量",
84 barWidth: 30, 84 barWidth: 20,
85 itemStyle: { 85 itemStyle: {
86 normal: { 86 normal: {
87 color: "#6601FF", 87 color: "#6601FF",
88 }, 88 },
89 }, 89 },
90 label: { 90
91 normal: {
92 show: true,
93 position: "insideRight",
94 },
95 },
96 z: 10, 91 z: 10,
97 data: newData.barData, 92 data: newData.barData,
98 }, 93 },
...@@ -105,15 +100,6 @@ export default { ...@@ -105,15 +100,6 @@ export default {
105 color: "#00F0FF", 100 color: "#00F0FF",
106 }, 101 },
107 }, 102 },
108 label: {
109 normal: {
110 show: true,
111 position: "insideRight",
112 textStyle: {
113 color: "#6601FF",
114 },
115 },
116 },
117 z: 5, 103 z: 5,
118 data: newData.lineData, 104 data: newData.lineData,
119 }, 105 },
......
...@@ -78,9 +78,10 @@ export default { ...@@ -78,9 +78,10 @@ export default {
78 line-height: 70px; 78 line-height: 70px;
79 font-size: 40px; 79 font-size: 40px;
80 text-align: center; 80 text-align: center;
81 color:rgb(246, 246, 229);
81 } 82 }
82 p:nth-child(2) { 83 p:nth-child(2) {
83 color: rgb(180, 178, 178); 84 color: rgb(223, 213, 81);
84 } 85 }
85 } 86 }
86 .text2 { 87 .text2 {
......