我正在尝试制作响应式屏幕。我以这种方式使用了引导类:
<container style="row">
<container style="col-md-4">
<label text="Demo text one"/>
</container>
<container style="col-md-4">
<label text="Demo text two"/>
</container>
<container style="col-md-4">
<label text="Demo text three"/>
</container>
</container>
我从 Hivemind 组件的 dashboard.xml 中得到了这个参考。
在 Moqui 中使用引导类实现响应性是否正确?从那以后,我记得一个类似的问题,我们已经讨论过它不是一种合适的编码方式。这是网址或那个问题: