Jelajahi Sumber

优化销售排行统计

吴洪双 5 tahun lalu
induk
melakukan
f60f7b3de9
1 mengubah file dengan 9 tambahan dan 9 penghapusan
  1. 9 9
      pages/Charts/equipmentStatistics.vue

+ 9 - 9
pages/Charts/equipmentStatistics.vue

@@ -21,9 +21,9 @@
 					<image @click="next('day')" class="nextImg" src="/static/img/rightTriangle.png"></image>
 				</view>
 			</view>
-			<view class="qiun-charts" style="background-color: #E5FDC3;">
+			<view class="qiun-charts" style="background-color: #FFFFFF;">
 				<canvas canvas-id="canvaColumn1" id="canvaColumn1" class="charts" disable-scroll=true @touchstart="touchLine1" @touchmove="moveLine1"
-				 @touchend="touchEndLine1" style="background-color: #E5FDC3;"></canvas>
+				 @touchend="touchEndLine1" style="background-color: #FFFFFF;"></canvas>
 			</view>
 		</view>
 		<view class="line"></view>
@@ -36,9 +36,9 @@
 					<image @click="next('week')" class="nextImg" src="/static/img/rightTriangle.png"></image>
 				</view>
 			</view>
-			<view class="qiun-charts" style="background-color: #E5FDC3;">
+			<view class="qiun-charts" style="background-color: #FFFFFF;">
 				<canvas canvas-id="canvaColumn2" id="canvaColumn2" class="charts" disable-scroll=true @touchstart="touchLine2" @touchmove="moveLine2"
-				 @touchend="touchEndLine2" style="background-color: #E5FDC3;"></canvas>
+				 @touchend="touchEndLine2" style="background-color: #FFFFFF;"></canvas>
 			</view>
 		</view>
 		<view class="line"></view>
@@ -51,9 +51,9 @@
 					<image @click="next('month')" class="nextImg" src="/static/img/rightTriangle.png"></image>
 				</view>
 			</view>
-			<view class="qiun-charts" style="background-color: #E5FDC3;">
+			<view class="qiun-charts" style="background-color: #FFFFFF;">
 				<canvas canvas-id="canvaColumn3" id="canvaColumn3" class="charts" disable-scroll=true @touchstart="touchLine3" @touchmove="moveLine3"
-				 @touchend="touchEndLine3" style="background-color: #E5FDC3;"></canvas>
+				 @touchend="touchEndLine3" style="background-color: #FFFFFF;"></canvas>
 			</view>
 		</view>
 		<view class="line"></view>
@@ -66,9 +66,9 @@
 					<image @click="next('year')" class="nextImg" src="/static/img/rightTriangle.png"></image>
 				</view>
 			</view>
-			<view class="qiun-charts" style="background-color: #E5FDC3;">
+			<view class="qiun-charts" style="background-color: #FFFFFF;">
 				<canvas canvas-id="canvaColumn4" id="canvaColumn4" class="charts" disable-scroll=true @touchstart="touchLine4" @touchmove="moveLine4"
-				 @touchend="touchEndLine4" style="background-color: #E5FDC3;"></canvas>
+				 @touchend="touchEndLine4" style="background-color: #FFFFFF;"></canvas>
 			</view>
 		</view>
 	</view>
@@ -270,7 +270,7 @@
 					type: 'column',
 					legend: true,
 					fontSize: 11,
-					background: '#E5FDC3',//y轴颜色
+					background: '#FFFFFF',//y轴颜色
 					pixelRatio: 1,
 					animation: true,
 					categories: chartData.categories,