Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在布局中设置列的高度?我想在它们所在的地方填充容器。
不要使用column布局。相反,使用一个hbox布局align: 'stretch'
column
hbox
align: 'stretch'