实时趋势折线图闪动问题修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user