首页 > 解决方案 > Web 部件平铺间距问题

问题描述

我有一个包含 12 个图块的 Webpart,并且在一个大行中(带有向左和向右移动的箭头)。

我希望它们为 3 跨和 4 下降...我相信这是 SharePoint 365/2016。抱歉,自 2013 年以来没有使用过 SP ......所以不知道这是否可能。

** 更新 **

嵌入代码时,我输入:

<style>
/*display rows of 3 items*/
.ms-promlink-body {
  width: 480px;
}
/*hide the arrows when you have more items than viewable*/
.ms-promlink-header{
display:none;
}
</style>

这在编辑器中做了我想要的......当我保存它时......我检查'EDIT SNIPPET'并得到:

<style unselectable="on">
</style>

关于让它工作的任何想法?#

更新 这些网站有帮助: https ://social.technet.microsoft.com/wiki/contents/articles/26522.sharepoint-2013-promoted-links-change-size-wrap-view-handle-click-event-using-jquery .aspx

http://www.balestra.be/2014/04/easy-way-display-promoted-links-tiles-multiple-rows.html

标签: sharepointweb-parts

解决方案



推荐阅读