update 实时产量

This commit is contained in:
lb 2022-11-09 09:30:18 +08:00
부모 ad01e2f5fb
커밋 073478f34f

파일 보기

@ -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>