Commit 80763259 authored by chenfenglei's avatar chenfenglei

海报

parent 7fe6e275
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
width, width,
top top
} = document.getElementById('capture').getClientRects()[0]; } = document.getElementById('capture').getClientRects()[0];
document.getElementById('capture').style.width = width + 'px'; // document.getElementById('capture').style.width = width + 'px';
let o = this.getOffsetRect(this.$refs.imageWrapper); let o = this.getOffsetRect(this.$refs.imageWrapper);
let { let {
height1, height1,
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
async: true, async: true,
timeout: 500, timeout: 500,
scrollX:1, scrollX:1,
scale: 3, scale: 4,
width: width1, width: width1,
height: height1, height: height1,
letterRendering: true, letterRendering: true,
...@@ -430,6 +430,7 @@ ...@@ -430,6 +430,7 @@
} }
.img-cvs{ .img-cvs{
position: absolute; position: absolute;
background: rgb(253, 168, 19);
width: 518 / 2 * @toVw; width: 518 / 2 * @toVw;
top: 25 * @toVh; top: 25 * @toVh;
left: 113 / 2 * @toVw; left: 113 / 2 * @toVw;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment