修改波形
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
style="position: absolute; right: 10px; top: 0px; z-index: 20000"
|
||||
type="primary"
|
||||
link
|
||||
icon="el-icon-download"
|
||||
icon="el-icon-Download"
|
||||
title="生成图片"
|
||||
@click="download"
|
||||
>
|
||||
@@ -92,9 +92,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%'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user