【问题标题】:Is it possible to align the button in Meteor {{> quickForm}}?是否可以对齐 Meteor {{> quickForm}} 中的按钮?
【发布时间】:2016-08-16 13:58:05
【问题描述】:

我正在使用{{> quickForm}},它工作正常。它只是默认位于左侧的按钮的位置。

我可以把位置改为中间吗?

【问题讨论】:

    标签: meteor meteor-autoform


    【解决方案1】:

    当然,您可以通过应用如下类来更改位置: `

    {{#autoForm collection="Books" id="insertBookForm" type="insert"}}

    <button type="submit" class="btn btn-primary">Insert</button>
    

    {{/autoForm}}`

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-25
      • 1970-01-01
      • 2011-03-18
      • 1970-01-01
      • 2016-08-14
      • 1970-01-01
      相关资源
      最近更新 更多