Commit 80763259 authored by chenfenglei's avatar chenfenglei

海报

parent 7fe6e275
......@@ -184,7 +184,7 @@
width,
top
} = 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 {
height1,
......@@ -197,7 +197,7 @@
async: true,
timeout: 500,
scrollX:1,
scale: 3,
scale: 4,
width: width1,
height: height1,
letterRendering: true,
......@@ -430,6 +430,7 @@
}
.img-cvs{
position: absolute;
background: rgb(253, 168, 19);
width: 518 / 2 * @toVw;
top: 25 * @toVh;
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