样式调整

This commit is contained in:
binbin_pan 2024-03-14 16:08:24 +08:00
parent 0c62a7c904
commit f6bf1da300
1 changed files with 3 additions and 2 deletions

View File

@ -538,10 +538,11 @@ setInterval(() => {
<style lang="scss" scoped>
.out_echart {
margin: 0 auto;
display: flex;
flex-direction: column;
width: 100vw;
height: 100vh;
width: 1920px;
height: 1080px;
background-image: url("../../assets/img/background-bg.png");
background-size: cover;
background-repeat: no-repeat;