liuzhihui vor 2 Jahren
Ursprung
Commit
faec2ca7f4

+ 2 - 1
CallCenterWeb.UI/rmyyechartsNew/src/components/IVRSatisfactionByNow.vue

257
 		position: relative;
257
 		position: relative;
258
 		/* background-size: 100% 90px; */
258
 		/* background-size: 100% 90px; */
259
 	}
259
 	}
260
+	/* 移动 */
260
 	@keyframes scrolltext{
261
 	@keyframes scrolltext{
261
 	  0% {
262
 	  0% {
262
 	    transform: translateX(100%);
263
 	    transform: translateX(100%);
274
 	.bgboxname > div{
275
 	.bgboxname > div{
275
 	  white-space: nowrap;
276
 	  white-space: nowrap;
276
 	  width: 150px;
277
 	  width: 150px;
277
-	  animation: 7s scrolltext infinite;
278
+	  animation: 10s scrolltext infinite;
278
 	}
279
 	}
279
 	
280
 	
280
 	.bgboxcon {
281
 	.bgboxcon {

+ 1 - 1
CallCenterWeb.UI/rmyyechartsNew/src/components/carType.vue

107
 				            show: true,
107
 				            show: true,
108
 				            lineStyle: {
108
 				            lineStyle: {
109
 								type: 'dashed',
109
 								type: 'dashed',
110
-				                color: '#3aa0cc'
110
+				                color: '#ffffff'
111
 				            }
111
 				            }
112
 				        },
112
 				        },
113
 				        axisTick: {
113
 				        axisTick: {

+ 2 - 2
CallCenterWeb.UI/rmyyechartsNew/src/components/connectionRate.vue

132
 					// 		position: [100, 100]
132
 					// 		position: [100, 100]
133
 					// 	}]
133
 					// 	}]
134
 					// },
134
 					// },
135
-					color: ['#095da1', "#74a3de"],
135
+					color: ['#09dae7', "#ff957c"],
136
 					series: [{
136
 					series: [{
137
 							name: '',
137
 							name: '',
138
 							type: 'pie',
138
 							type: 'pie',
194
 								itemStyle: { //边框样式,此处我们设置的浅蓝色,颜色可自行修改
194
 								itemStyle: { //边框样式,此处我们设置的浅蓝色,颜色可自行修改
195
 									normal: {
195
 									normal: {
196
 										borderWidth: 20, //边框宽度
196
 										borderWidth: 20, //边框宽度
197
-										borderColor: '#061b43' //边框颜色
197
+										borderColor: '#0a2d84' //边框颜色
198
 									}
198
 									}
199
 								}
199
 								}
200
 							}]
200
 							}]

+ 2 - 2
CallCenterWeb.UI/rmyyechartsNew/src/components/conversationByNow.vue

227
 				let airData = []
227
 				let airData = []
228
 				const option = {
228
 				const option = {
229
 					// 背景颜色
229
 					// 背景颜色
230
-					backgroundColor: "#010e2d",
230
+					// backgroundColor: "#010e2d",
231
 					// 提示浮窗样式
231
 					// 提示浮窗样式
232
 					tooltip: {
232
 					tooltip: {
233
 						show: true,
233
 						show: true,
318
 							normal: {
318
 							normal: {
319
 								show: true,
319
 								show: true,
320
 								textStyle: {
320
 								textStyle: {
321
-									color: "#354c65",
321
+									color: "#5981aa",
322
 								},
322
 								},
323
 							},
323
 							},
324
 							// 鼠标放上去的样式
324
 							// 鼠标放上去的样式

+ 1 - 1
CallCenterWeb.UI/rmyyechartsNew/src/components/orderSatisfactionByNow.vue

137
 							show: true,
137
 							show: true,
138
 							lineStyle: {
138
 							lineStyle: {
139
 								type: 'dashed',
139
 								type: 'dashed',
140
-							    color: '#3aa0cc'
140
+							    color: '#ffffff'
141
 							}
141
 							}
142
 						},
142
 						},
143
 						axisTick: {
143
 						axisTick: {

+ 5 - 5
CallCenterWeb.UI/rmyyechartsNew/src/components/topCount.vue

4
 			<div class="dataTitle">总话务量</div>
4
 			<div class="dataTitle">总话务量</div>
5
 			<div class="datacon">{{zhwall || '0'}}</div>
5
 			<div class="datacon">{{zhwall || '0'}}</div>
6
 		</div>
6
 		</div>
7
+		<div class="dispatching datatotal">
8
+			<div class="dataTitle">综合调度</div>
9
+			<div class="datacon">{{num2 || '0'}}</div>
10
+		</div>
7
 		<div class="callin datatotal">
11
 		<div class="callin datatotal">
8
 			<div class="dataTitle">业务咨询</div>
12
 			<div class="dataTitle">业务咨询</div>
9
 			<div class="datacon">{{num1 || '0'}}</div>
13
 			<div class="datacon">{{num1 || '0'}}</div>
11
 		<div class="repair datatotal">
15
 		<div class="repair datatotal">
12
 			<div class="dataTitle">故障报修</div>
16
 			<div class="dataTitle">故障报修</div>
13
 			<div class="datacon">{{num3 || '0'}}</div>
17
 			<div class="datacon">{{num3 || '0'}}</div>
14
-		</div>
15
-		<div class="dispatching datatotal">
16
-			<div class="dataTitle">综合调度</div>
17
-			<div class="datacon">{{num2 || '0'}}</div>
18
-		</div>
18
+		</div>		
19
 		<div class="car datatotal">
19
 		<div class="car datatotal">
20
 			<div class="dataTitle">车辆调度</div>
20
 			<div class="dataTitle">车辆调度</div>
21
 			<div class="datacon">{{num4 || '0'}}</div>
21
 			<div class="datacon">{{num4 || '0'}}</div>

+ 2 - 2
CallCenterWeb.UI/rmyyechartsNew/src/components/traffic.vue

114
 							fontSize: 14,
114
 							fontSize: 14,
115
 						},
115
 						},
116
 					},
116
 					},
117
-					color: ['#095da1', "#74a3de"],
117
+					color: ['#09dae7', "#ff957c"],
118
 					series: [{
118
 					series: [{
119
 							name: '',
119
 							name: '',
120
 							type: 'pie',
120
 							type: 'pie',
160
 								itemStyle: { //边框样式,此处我们设置的浅蓝色,颜色可自行修改
160
 								itemStyle: { //边框样式,此处我们设置的浅蓝色,颜色可自行修改
161
 									normal: {
161
 									normal: {
162
 										borderWidth: 20, //边框宽度
162
 										borderWidth: 20, //边框宽度
163
-										borderColor: '#061b43' //边框颜色
163
+										borderColor: '#0a2d84' //边框颜色
164
 									}
164
 									}
165
 								}
165
 								}
166
 							}]
166
 							}]

+ 1 - 1
CallCenterWeb.UI/rmyyechartsNew/src/views/Home.vue

122
 		color: #fff;
122
 		color: #fff;
123
 		background-color: #000;
123
 		background-color: #000;
124
 		padding: 0 10px;
124
 		padding: 0 10px;
125
-		background-image: url("../assets/imgs/home.png");
125
+		background-image: url("../assets/imgs/homenew.png");
126
 		background-size: cover;
126
 		background-size: cover;
127
 		box-sizing: border-box;
127
 		box-sizing: border-box;
128
 		overflow: auto;
128
 		overflow: auto;