input栏宽度设置
#472
Replies: 2 comments
-
同样的问题,好像目前输入组件不支持像输出组件的style或者scope方法,只能通过设置屏幕大小来适应输入组件的大小 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以通过自定义css样式设置: from pywebio import config
@config(css_style="#input-cards {max-width: 1080px;}")
def main():
set_env(output_max_width='1080px')
intput() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions