首页 \ 问答 \ 如何正确排列网格中的(不同)方块?(How can I arrange (different) squares in a grid correctly?)

如何正确排列网格中的(不同)方块?(How can I arrange (different) squares in a grid correctly?)

我的标准布局(最小宽度1024px)有4行。 第一个和最后一个有6个正方形,中间有两个组合正方形。 但是第三排的第一个方块丢失了。 我没有使用不同的CSS设置。 我试过clear: bothfloat:left

在这里你可以看到洞,结果屏幕需要最小宽度1024px:

http://jsfiddle.net/fwsh8ov0/

尚未对较小的屏幕进行任何配置。


My standard layout (minimum width 1024px) has 4 rows. The first and the last one has 6 squares and in the middle there are two combined squares. But the first square in the third row is missing. I didn't make it with different CSS settings. I have tried clear: both or float:left etc.

Here you can see the hole, result screen needs to be min width 1024px:

http://jsfiddle.net/fwsh8ov0/

Haven't done any configurations for smaller screens yet.


原文:https://stackoverflow.com/questions/28874289
更新时间:2023-09-11 21:09

最满意答案

  • 导航到解决方案资源管理器中的部署项目
  • 单击“主要输出自(应用程序)”项
  • 在“属性”下,将“排除过滤器”设置为* .config

  • Navigate to the deployment project in the solution explorer
  • Click the "Primary Output From (Application)" item
  • Under properties, set the Exclude Filter to *.config

相关问答

更多
  • 在Setup Deployment项目中,您可以将Primary Output文件夹输入到排除属性:app.config中 In the Setup Deployment project you could for the Primary Output folder enter in the Exclude property: app.config
  • 如果DBUpdater知道REase的app.config文件名,则可以使用方法OpenMappedExeConfiguration。 You could use the method OpenMappedExeConfiguration if the app.config file name for REase is known by DBUpdater.
  • 构建代码时,app.config将重命名为[ApplicationName].exe.config ,并将位于构建输出目录中。 这是您应该收获的文件,因为它可能已作为构建过程的一部分进行转换。 如果您在解决方案中使用Votive(wixproj),那么您可以参考您的应用程序。 这将允许您使用一些内置变量名称。
    我想出的最好的解决方案是首先创建一个创建文件的.bat脚本,然后通过项目属性中“Build Events”下的“Pre-build event command line”设置运行它,如下所示: call $(SolutionDir)\CreateAppConfig.bat The best solution I figured out was firstly to create a .bat script that creates the file, and then running it via the ...
  • 导航到解决方案资源管理器中的部署项目 单击“主要输出自(应用程序)”项 在“属性”下,将“排除过滤器”设置为* .config Navigate to the deployment project in the solution explorer Click the "Primary Output From (Application)" item Under properties, set the Exclude Filter to *.config
  • 我对本文的理解是,当代码请求配置时,[AppName] .exe.config文件将与其他配置文件(例如Machine.config,User.config)合并。 因此,如果您没有任何配置并选择省略exe配置,则不应该有任何问题。 exe配置不用于调试目的。 My understanding from this article is the [AppName].exe.config file will be merged with the other configuration files (eg Mac ...
  • 在VS中执行以下操作: 单击服务项目 并添加新项目 选择应用配置文件。 这将作为app.config出现在您的服务项目中。 当您实际构建项目时,您将在Spotter.exe文件旁边看到Spotter.exe 。 In VS do the following: Click on the service project And add new item Select Application Configuration File. This will appear in your service project ...
  • 应用程序设置使用两个文件:app.exe.config和user.config,其中app是Windows窗体应用程序的名称。 首次应用程序存储用户范围设置时,将在客户端上创建user.config。 相反,如果您为设置定义默认值,app.exe.config将在部署之前存在。 使用“发布”命令时,Visual Studio将自动包含此文件。 如果使用Mage.exe或MageUI.exe创建ClickOnce应用程序,则在填充应用程序清单时,必须确保此文件包含在应用程序的其他文件中。 资源 它的名称是ap ...
  • 作为编译过程的一部分,app.config被复制/重命名为<程序集名称> .config,并放置在bin目录中。 如果您正在使用Visual Studio安装程序项目( blech !),那么它应该已将其拾取并将其包含在安装程序IIRC中。 (回应你对这两个答案的评论) 你不能继续使用它作为“app.config”。 .NET配置系统搜索名称与入口程序集相同的配置文件。 如果将文件重命名为“app.config”,则配置类将停止工作。 The app.config is copied/renamed
  • 你需要修改azure项目,告诉它每次打包时都要更新app.config,如下面的教程步骤10所示 - http://wely-lau.net/2012/03/14/applying-config-transformation-app-config-in-windows-azure-worker-role/ You would need to modify the azure project to tell it to update the app.config every time you package ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)