gpt4 book ai didi

ionic-framework - ionic 在 ionic 页脚栏中添加两个按钮

转载 作者:行者123 更新时间:2023-12-04 03:16:12 26 4
gpt4 key购买 nike

我想在 ion-footer-bar 中添加两个按钮,如图片,但我的代码无法正常工作。

<ion-footer-bar class="bar-positive" padding="false">
<h1 class="title col col-50 no-padding remove-filter">
Button 333333333
</h1>
<h1 class="title col col-50 no-padding remove-filter">
Button 333333333
</h1>
</ion-footer-bar>

enter image description here

最佳答案

在ionic2+中,你可以做这样的事情..

<ion-header>
<ion-navbar>
<ion-title>My Page</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
</ion-content>
<ion-footer>
<ion-row>
<ion-col no-padding>
<button no-margin ion-button full large color="primary">Update</button>
</ion-col>
<ion-col no-padding>
<button no-margin ion-button full large color="danger">Cancel</button>
</ion-col>
</ion-row>
</ion-footer>

关于ionic-framework - ionic 在 ionic 页脚栏中添加两个按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34747030/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com