소스 검색

修改环境

shuhao 4 달 전
부모
커밋
93d8249dcf
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/authentic/Pdf.vue

+ 4 - 0
src/views/authentic/Pdf.vue

@@ -282,5 +282,9 @@ $body-height:calc(100% - $title-height);
 
 
 }
+canvas{
+  width:595px;
+  height: 500px;
+}
 
 </style>