gpt4 book ai didi

css - 当我将源代码添加到 ASP.NET MVC 元素时,Bootstrap 容器未以实际大小显示

转载 作者:行者123 更新时间:2023-11-28 05:35:03 25 4
gpt4 key购买 nike

我尝试构建演示 html 代码,如下所示。

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title Page</title>

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1 class="text-center">Hello World</h1>

<!-- jQuery -->
<script src="//code.jquery.com/jquery.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="Hello World"></script>
<div class="container">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aspernatur possimus dolor fuga sapiente, iusto accusantium sed, beatae incidunt doloremque facilis in perspiciatis neque iure libero assumenda sequi ea obcaecati.
</div>
</body>
</html>

它以实际宽度显示:1170px。 https://gyazo.com/0e13b41b6c619b8efb7a26e2e1b87922

但是,当我尝试在 ASP.NET MVC 元素中添加到 View (_Layout.cshtml) 时。容器的宽度看起来小于 1170px。 https://gyazo.com/9fe838a4a0ed22f47eb0a96986747e83

感谢帮助(鞠躬)

编辑 1:此问题仅在我使用 Chrome 浏览器时出现。

编辑 2:我找到了解决此问题的方法。您只需要卸载 Chrome 并重新安装。 (我认为它与缓存无关,因为我之前删除了所有内容)不管怎样,非常感谢你们。 (鞠躬)

最佳答案

我已经尝试创建新的 MVC 元素并添加了您的代码,它的宽度显示为 1140px,因为 .container 类的左右两侧有 15px 的填充。您仔细检查您的代码,是否有任何多余的类或样式?

关于css - 当我将源代码添加到 ASP.NET MVC 元素时,Bootstrap 容器未以实际大小显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38283872/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com