样式调整
This commit is contained in:
parent
0c62a7c904
commit
f6bf1da300
|
|
@ -538,10 +538,11 @@ setInterval(() => {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.out_echart {
|
.out_echart {
|
||||||
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100vw;
|
width: 1920px;
|
||||||
height: 100vh;
|
height: 1080px;
|
||||||
background-image: url("../../assets/img/background-bg.png");
|
background-image: url("../../assets/img/background-bg.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue