实时趋势折线图闪动问题修改

This commit is contained in:
zhujiyan
2024-10-18 16:24:44 +08:00
parent 2c066236bf
commit 7670da7f9f
4 changed files with 15 additions and 8 deletions

View File

@@ -169,7 +169,7 @@ const initRadioCharts = () => {
echartsData1.value = {
options: {
grid: {
top: 230
top: 0
},
title: {
text: '',
@@ -624,9 +624,13 @@ onMounted(() => {
border: 1px solid #eee;
margin: 0 10px;
padding: 10px;
position: relative;
.mid_charts {
width: 100%;
height: 100%;
height: 80%;
position: absolute;
top: 20%;
bottom:10px;
}
}