chore: 调整窗口宽度

This commit is contained in:
dmy
2026-03-04 09:37:22 +08:00
parent 4184a53a86
commit 6665b142e2

View File

@@ -636,7 +636,7 @@ def start_webview():
title='EGM 输电线路绕击跳闸率计算',
url=url,
js_api=api,
width=1200,
width=1500,
height=900,
resizable=True,
min_size=(800, 600)