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