Sharepoint 去除右上角View

<asp:Content ContentPlaceHolderId="PlaceHolderBodyAreaClass" runat="server">
<style type="text/css">
.ms-bodyareaframe {
 padding: 0px;
}
.ms-listheaderlabel{display: none;}
.ms-viewselector{display: none;}

</style>
</asp:Content>

原文地址:https://www.cnblogs.com/Areas/p/2528550.html