|
@@ -816,7 +816,7 @@ export default {
|
|
eDom.firstChild.firstChild &&
|
|
eDom.firstChild.firstChild &&
|
|
eDom.firstChild.firstChild.nodeName === "DIV"
|
|
eDom.firstChild.firstChild.nodeName === "DIV"
|
|
)
|
|
)
|
|
- eDom.firstChild.firstChild.style.width = width + "px";
|
|
|
|
|
|
+ eDom.firstChild.firstChild.style.width = "100%";
|
|
}
|
|
}
|
|
});
|
|
});
|
|
return previewTemp(this.$refs.PaperTemplateView.$el.outerHTML);
|
|
return previewTemp(this.$refs.PaperTemplateView.$el.outerHTML);
|