|
@@ -102,7 +102,7 @@
|
|
|
showDataShadow: false,
|
|
showDataShadow: false,
|
|
|
xAxisIndex: [0],
|
|
xAxisIndex: [0],
|
|
|
start: 0,
|
|
start: 0,
|
|
|
- end: Number(10 / scoreInfoList.value.length) * 100,
|
|
|
|
|
|
|
+ end: Number(9 / scoreInfoList.value.length) * 100,
|
|
|
handleSize: 1,
|
|
handleSize: 1,
|
|
|
height: 7,
|
|
height: 7,
|
|
|
bottom: 2,
|
|
bottom: 2,
|
|
@@ -172,7 +172,7 @@
|
|
|
type: 'bar',
|
|
type: 'bar',
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
- dataZoom: scoreInfoList.value.length > 10 ? dataZoomConfig.value : null,
|
|
|
|
|
|
|
+ dataZoom: scoreInfoList.value.length > 9 ? dataZoomConfig.value : null,
|
|
|
// 启用数据区域缩放
|
|
// 启用数据区域缩放
|
|
|
};
|
|
};
|
|
|
});
|
|
});
|
|
@@ -222,7 +222,8 @@
|
|
|
|
|
|
|
|
.score-show {
|
|
.score-show {
|
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
|
- width: calc(100% - 660px);
|
|
|
|
|
|
|
+ /* width: calc(100% - 660px); */
|
|
|
|
|
+ width: 100%;
|
|
|
min-width: 500px;
|
|
min-width: 500px;
|
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
|
}
|
|
}
|