Bootstrap

设置最小宽度

element.style {
    width: 100%;
    min-width: 1000px;
}
;