【问题标题】:how to centralize button in ionic 2?如何在 ionic 2 中集中按钮?
【发布时间】:2017-06-29 18:23:41
【问题描述】:

我想把这个按钮元素集中在视图的中心

<button ion-button icon-only id="newTrip">
<ion-icon name="md-add"></ion-icon>
</button>

是否有任何内置指令可以集中它而不在 scss 文件中进行编辑?

【问题讨论】:

标签: angular sass ionic2 center centering


【解决方案1】:

【讨论】:

    【解决方案2】:

    html5 中的&lt;center&gt; 标记用于垂直对齐,并且只会在&lt;ion-row&gt; 中应用。所以我认为你需要在scss中改变它。

    看看:How to center align ion icon inside button?

    【讨论】:

    • 它正在工作,但它用于垂直对齐,并且仅适用于
    • 对不起。我以前从未在 中使用过它
    • 我建议你编辑你的答案,以帮助其他人搜索这个问题。
    猜你喜欢
    • 2023-03-03
    • 1970-01-01
    • 2023-03-23
    • 1970-01-01
    • 1970-01-01
    • 2018-02-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多