浏览代码

update 实时产量

pull/6/head
lb 1年前
父节点
当前提交
073478f34f
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. +5
    -4
      src/views/3DOverview/components/newBar.vue

+ 5
- 4
src/views/3DOverview/components/newBar.vue 查看文件

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

正在加载...
取消
保存