代码之家  ›  专栏  ›  技术社区  ›  a coder

Bulma中的堆叠单选按钮

  •  1
  • a coder  · 技术社区  · 6 年前

    它们的 example places each button on the same line:。

    <label class=“radio”> FOO公司 <label class=“radio”>

    <div class="control">
      <label class="radio">
        <input type="radio" name="foobar">
        Foo
      </label>
      <label class="radio">
        <input type="radio" name="foobar" checked>
        Bar
      </label>
    </div>
    

    enter image description here

    我希望得到这样的东西:

    enter image description here

    <br> 标签,或者Bulma是否有其他更好的方法来保持响应?

    1 回复  |  直到 6 年前
        1
  •  3
  •   aldi    6 年前

    A <br>