zhangjie преди 2 години
родител
ревизия
dd8c405687
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);