This commit is contained in:
xuyoubin 2023-12-22 10:21:25 +08:00
parent 55b9d187e3
commit fe7b8c4759

View File

@ -244,6 +244,7 @@ export default {
smooth: false,
},
],
})
);
},
@ -305,7 +306,7 @@ export default {
],
grid:{
width:'200%',
height:'100%'
bottom:"50%"
},
})
);
@ -470,12 +471,12 @@ export default {
}
.footer {
width: 100%;
height: 400px;
display: flex;
padding: 10px 15px;
overflow: hidden;
justify-content: space-between;
.footer-left{
width: 49.5%;
padding: 10px 15px;
height: calc(400px - 80px);
background: #fff;
#chart3{
@ -485,6 +486,7 @@ export default {
}
.footer-right{
width: 49.5%;
padding: 10px 15px;
height: calc(400px - 80px);
background: #fff;
#chart4{