zhangjie %!s(int64=2) %!d(string=hai) anos
pai
achega
dd8c405687
Modificáronse 1 ficheiros con 1 adicións e 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);