update 实时产量
This commit is contained in:
		@@ -272,6 +272,7 @@ export default {
 | 
			
		||||
            show: false
 | 
			
		||||
          },
 | 
			
		||||
          axisLabel: {
 | 
			
		||||
            margin: 12,
 | 
			
		||||
            textStyle: {
 | 
			
		||||
              fontSize: this.xlabelFontSize,
 | 
			
		||||
              color: 'rgba(255,255,255,0.5)' // 坐标值得具体的颜色
 | 
			
		||||
@@ -284,7 +285,7 @@ export default {
 | 
			
		||||
          axisLine: {
 | 
			
		||||
            lineStyle: {
 | 
			
		||||
              type: 'solid',
 | 
			
		||||
              color: this.dataList[1].bottomColor,
 | 
			
		||||
              color: this.dataList[0].bottomColor,
 | 
			
		||||
              // color: 'rgba(119, 255, 242, 0.6)', // 左边线的颜色
 | 
			
		||||
              width: '1' // 坐标线的宽度
 | 
			
		||||
            }
 | 
			
		||||
@@ -352,12 +353,12 @@ export default {
 | 
			
		||||
  /* bottom: calc(100vh/1920 * 80);
 | 
			
		||||
    left: calc(100vw/1920 * 48); */
 | 
			
		||||
  /* bottom: calc(10% + 100vh/1920 * 28); */
 | 
			
		||||
  bottom: 8px;
 | 
			
		||||
  bottom: 20px;
 | 
			
		||||
  left: 9%;
 | 
			
		||||
  height: 30px;
 | 
			
		||||
  width: 90%;
 | 
			
		||||
  background: linear-gradient(to top, #31a2ff6d, transparent);
 | 
			
		||||
  transform: skew(-45deg);
 | 
			
		||||
  background: linear-gradient(to top, #49fbd789, transparent);
 | 
			
		||||
  transform: skew(-35deg);
 | 
			
		||||
  z-index: 0;
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user