zhangjie hace 2 años
padre
commit
dd8c405687
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/paper-export/views/PaperTemplateBuild.vue

+ 1 - 1
src/modules/paper-export/views/PaperTemplateBuild.vue

@@ -816,7 +816,7 @@ export default {
             eDom.firstChild.firstChild &&
             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);