【发布时间】:2017-04-18 10:11:02
【问题描述】:
我正在使用 onsen-ui 创建应用程序。
这是我的“删除”按钮的代码
<div class='form-well'>
<br><br>
<ons-button style="background-color: red;" modifier="large">Delete</ons-button>
</div>
一切都很好,“删除”按钮有合适的大小和颜色,但我希望它在底部对齐。
图书馆(温泉)是否有适当的“onsenish”方式来做到这一点,或者我应该使用通用 html 模式(如 How to align content of a div to the bottom?)并自己猜测像素?
【问题讨论】:
标签: javascript css onsen-ui2