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