【问题标题】:JQM popup header too short [closed]JQM 弹出标题太短[关闭]
【发布时间】:2013-04-22 10:11:51
【问题描述】:

当我将<h1>Confirm deletion for operator named not extremely long</h1> 之类的内容作为标题弹出时,最后在弹出的窗口中我看到截断的标题“确认删除...”。 这不是我想在这里看到的。 哪个选项负责“按原样”显示标题?

【问题讨论】:

标签: html jquery-mobile


【解决方案1】:

你需要覆盖类ui-title的样式,例如

.ui-title {
 padding-left: 5px !important;
 padding-right: 5px !important;
 margin:5px !important;
 white-space: normal !important;
 font-size: 15px !important;
}

Demo

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-11-04
    • 1970-01-01
    • 2020-01-03
    • 1970-01-01
    • 2015-08-21
    相关资源
    最近更新 更多