在Laravel中应用Bootstrap之后,页面已经装箱了

时间:2018-02-14 11:56:52

标签: php html css laravel

我在这个页面上有两个div,第二个div中有一个iframe。看起来,工作,感觉很好,然而,在应用bootstrap css和js之后,整个页面得到了一个包裹的外观,并且所有东西都塞进了中间(参见附带的图片。)也许我的其他css文件与它有关?

我的css:

<link rel="stylesheet" type="text/css" href="/css/bootstrap/bootstrap.css">
<script src="/js/bootstrap/bootstrap.js"></script>

我使用以下内容来应用bootstrap:

Private Sub CommandButton1_Click

在这里看到我的照片之前和之后。 感谢![enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

你可能在html中使用带有“容器”类的div,这就是为什么一切都将成为中心的原因。