如何设置此按钮多行? a style="width:33%; display:inline-block; " href="/foos.html" data-role="button" data-icon="arrow-l"a lot of text /a ppshein给出的上述答案是不正确的.它会产生一个更大的按钮,但不会使按钮
<a style="width:33%; display:inline-block; " href="/foos.html" data-role="button" data-icon="arrow-l">a lot of text </a>ppshein给出的上述答案是不正确的.它会产生一个更大的按钮,但不会使按钮变得多线.您需要做的唯一事情是添加以下css:
.ui-btn-inner { white-space: normal !important; }
它适用于按钮和输入标签.
顺便说一句,IE有一个错误:按钮中的文字无法点击.修复程序在github上找到:
https://github.com/timmywil/jquery-mobile/commit/59a4946d776e9b1f6a75e9eb53ccb38347612125