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);