我创建了一个弹出窗口,里面有一个列表视图。我还应用了一个列表过滤器。但是,它的格式不正确。有什么办法可以把它推高一点(就像列表分隔线一样)?
编辑:代码
<div data-role="content">
<div data-role="popup" id="popupMenu" data-theme="d">
<ul data-role="listview" data-inset="true" id="symptomslist" style="min-width:210px;" data-theme="d" data-filter="true">
</ul>
</div>
</div>