语义ui如何抵消

Sar*_*hak 12 semantic-ui

如何在Bootstrap中像语法ui一样偏移列?

例如,在bootstrap中,类为"col-sm-5 col-sm-offset-2"的列为5列宽,并跳过页面的前2列.

Ben*_*Ben 12

由于语义UI的网格不支持偏移,我能想到解决此限制的唯一方法是在需要偏移的地方插入一个空列:

<div class="one wide column"></div>
Run Code Online (Sandbox Code Playgroud)