修改波形

This commit is contained in:
GGJ
2024-01-18 15:50:17 +08:00
parent 86119b6000
commit f10c6af634
7 changed files with 366 additions and 324 deletions

View File

@@ -9,7 +9,7 @@
style="position: absolute; right: 10px; top: 0px; z-index: 20000"
type="primary"
link
icon="download"
icon="el-icon-Download"
title="生成图片"
@click="download"
>
@@ -78,9 +78,9 @@ export default {
created() {
if (this.flag == 1) {
this.vh = mainHeight(175).height
this.vh = mainHeight(165).height
} else {
this.vh = mainHeight(175,2).height
this.vh = mainHeight(165,2).height
}
this.vw = '100%'
},
@@ -1151,5 +1151,3 @@ export default {
}
}
</script>