CSS

页面里面出现滚动条:

<style type="text/css">
.w1300 {
width: 100% !important;
}
.form-horizontal .form-group .col-xs-1{min-width: 70px;}
.form-horizontal .form-group .col-xs-6{min-width: 347px;}
</style>

给设置最小的宽度。

overflow-x:hidden;

posted @ 2015-08-19 16:09  lhuaiy  阅读(86)  评论(0)    收藏  举报