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.
我想知道在语义-ui-react 中是否可以使用相同的技术?在隐藏可选列的情况下,我希望主内容网格列全宽。
与接受的答案相同的代码:
<Grid> <Grid.Column computer={4} only='computer'> (Optional content only for computers sized screen) </Grid.Column> <Grid.Column tablet={16} computer={12}> (Main Content) </Grid.Column> </Grid>
请参阅文档的设备可见性和响应宽度部分。