Dashboarding with PyWebIO #133
Answered
by
wang0618
Shahin-rmz
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
wang0618
Jun 27, 2021
Replies: 2 comments 2 replies
-
I will add a setting item for page width in Now you can use the following code to set the content width: run_js("""
$('head').append('<style>.container {max-width: 1080px;}</style>')
""") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Shahin-rmz
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will add a setting item for page width in
pywebio.session.set_env
.Now you can use the following code to set the content width: