From d9e28657b0cc097dd9a74a7c3363e5e1717d9274 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Thu, 10 Jul 2025 18:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E4=BF=AE=E5=A4=8DNotebook?= =?UTF-8?q?=E7=B1=BB=E4=B8=AD=E7=9A=84viewport=E9=AB=98=E5=BA=A6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E5=B0=86=E5=85=B6=E4=BB=8E1000=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/utils/_image_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/utils/_image_template.py b/zhenxun/utils/_image_template.py index c7678b2f..327f7bc2 100644 --- a/zhenxun/utils/_image_template.py +++ b/zhenxun/utils/_image_template.py @@ -469,7 +469,7 @@ class Notebook: template_name="main.html", templates={"elements": self._data}, pages={ - "viewport": {"width": 700, "height": 1000}, + "viewport": {"width": 700, "height": 10}, "base_url": f"file://{TEMPLATE_PATH}", }, wait=2,