首页 > 解决方案 > Bootstrap-vue 网格系统布局不起作用

问题描述

我想使用布局类(类'bv-example-row')但'bv-example-row'类在网格系统中不起作用。另一类 bootstrap-vue 运行良好。

<b-container class="bv-example-row">
  <b-row>
    <b-col>1 of 3</b-col>
    <b-col>2 of 3</b-col>
    <b-col>3 of 3</b-col>
  </b-row>
</b-container>`

标签: bootstrap-vue

解决方案


我认为这是仅用于文档的示例类,因为它不存在于 bootstrap.css 和 bootstrap-vue.css 中。


推荐阅读