嗨,我对 twitter bootstrap 很陌生。我已经安装了 grails 插件,我的.gsp
文件如下所示:
<html>
<head>
<meta name="layout" content="main"/>
<r:require modules="bootstrap"/>
</head>
<body>
<div class="alert">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>Warning!</h4>
Text goes here
</div>
</body>
</html>
引导程序按预期工作。但是我的整个页面向左移动。看起来像 :
不知道我在哪里犯错。
提前致谢。