样式调整
This commit is contained in:
parent
0c62a7c904
commit
f6bf1da300
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue