Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎无法在样式表中找到 Listview。我想设置列表视图和按钮的高度/边距。
有人知道在哪里设置这个样式吗?
您确定要更改边距,而不是填充?当您更改边距时,背景颜色将不匹配。无论如何,试试这个 CSS 来改变填充:
.ui-listview li.ui-li { padding-top: 40px; padding-bottom: 40px; }
您可以使用相同的 CSS 选择器来更新边距。