bootstrap 这个怎么能填充满了
如何能填充满?
这个是代码
<div class="form-group col-sm-12" id="title">
<label class="col-md-4 row control-label">标题:</label>
<div class="col-md-7 row">
<input type="text" name="title" class="form-control" placeholder="请输入标题">
</div>
</div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
bootstrap实例
width的默认单位是px吧,你是想要100%吗
给表单加上.form-horizontal,可以省去.row
参考:
https://v3.bootcss.com/css/#f...