我想在页脚中有 2 个按钮,一个在左侧,另一个在右侧。
固定数据位置,但右侧按钮在页面视图之外几乎没有。
这是代码。
<div data-role="footer" data-theme="d" class="ui-bar" style="height:30px" data-position="fixed">
<a class="ui-btn-left" data-role="button" data-theme="a" id="approvetm">
Approve
</a>
<a id="sendback" data-rel="popup" data-theme="a" class="ui-btn-right" data-role="button" data-inline="true">Send Back</a>
</div>
你能告诉我上面的代码有什么问题吗.....?