Moqui 在容器标记中使用引导类

Moqui 在容器标记中使用引导类,moqui,Moqui,我正在尝试制作一个反应灵敏的屏幕。我以这种方式使用了引导类: <container style="row"> <container style="col-md-4"> <label text="Demo text one"/> </container> <container style="col-md-4"> <label text="Demo text two"/> </contain

我正在尝试制作一个反应灵敏的屏幕。我以这种方式使用了引导类:

<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中使用引导类来实现响应性是否正确? 因为,我记得有一个类似的问题,我们讨论过它,认为它不是一种合适的编码方式。以下是URL或该问题:


这是Bootstrap for UI中对屏幕大小做出响应的许多样式集之一。这与其说是一个Moqui问题,不如说是一个Bootstrap问题,幸运的是,他们有很好的文档,请参见组件、JavaScript和其他页面:

请注意,Moqui目前使用了相当多的引导样式,并且随着时间的推移正在慢慢地被更改为使用更多的引导样式,包括当前GitHub存储库1.5.0版中尚未发布的一些更改