浮动:左侧块没有按预期方式进行

时间:2016-12-17 18:14:21

标签: html css sharepoint

我正在使用tile 5x2进行SharePoint登陆。任何人都知道如何发生这种情况?

我知道这不是最好的编码项目,因为很多!重要。但这在SharePoint中是必需的。

Tiles

builder.Entity<ShoppingCartItem>().HasKey(x => x.Id); // Notice this!
builder.Entity<ShoppingCartItem>().Property(x => x.Id).ValueGeneratedOnAdd(); // Also this!
builder.Entity<ShoppingCartItem>().HasOne(s => s.Customer).WithMany(b => b.ShoppingCartItems).OnDelete(DeleteBehavior.Restrict);
builder.Entity<ShoppingCartItem>().HasOne(s => s.Product).WithMany().OnDelete(DeleteBehavior.Restrict);

CSS: .image-area-left-top是图像的容器。

                     <div id="topLeft">
                        <!--CS: Start Web Part Zone Snippet-->
                        <!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                        <div id="topLeftWebpart" xmlns:ie="ie">
                            <!--MS:<WebPartPages:WebPartZone runat="server" AllowPersonalization="false" ID="xae7ae0b76116430e84918de3195e8a9f" FrameType="TitleBarOnly" Orientation="Vertical">-->
                                <!--MS:<ZoneTemplate>-->
                                    <!--DC: Replace this comment with default web parts for new pages. -->
                                <!--ME:</ZoneTemplate>-->
                            <!--ME:</WebPartPages:WebPartZone>-->
                        </div>
                        <!--CE: End Web Part Zone Snippet-->
                    </div>

1 个答案:

答案 0 :(得分:0)

据我所知,图标的大小似乎并不相同。对齐时,这可能会导致一些问题。您应该通过CSS强制所有图像达到一定的大小,看看是否有帮助。