lvhao 4 시간 전
부모
커밋
91ea23988d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/erp/scanimgs.html

+ 1 - 1
template/erp/scanimgs.html

@@ -36,7 +36,7 @@
 </div>
 <!-- 对话框元素,默认是隐藏的 -->
 <dialog id="image-dialog" role="dialog" aria-modal="true">
-<img id="dialog-img" src="" alt="" style="max-width: 90%;max-height: 90%;"/>
+<img id="dialog-img" src="" alt="" style="max-width: 90vw;max-height: 90vh;"/>
 <button id="close-btn">×</button>
 </dialog>