mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🔧 修复Notebook类中的viewport高度设置,将其从1000调整为10
This commit is contained in:
parent
b2576a71bc
commit
d9e28657b0
@ -469,7 +469,7 @@ class Notebook:
|
|||||||
template_name="main.html",
|
template_name="main.html",
|
||||||
templates={"elements": self._data},
|
templates={"elements": self._data},
|
||||||
pages={
|
pages={
|
||||||
"viewport": {"width": 700, "height": 1000},
|
"viewport": {"width": 700, "height": 10},
|
||||||
"base_url": f"file://{TEMPLATE_PATH}",
|
"base_url": f"file://{TEMPLATE_PATH}",
|
||||||
},
|
},
|
||||||
wait=2,
|
wait=2,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user