2015-10-27 28 views

回答

3

作爲每docs

注:width屬性僅與<input type="image">使用。

這意味着你將不得不通過CSS樣式文本輸入:

{!! Form::input('text','table_list', null, array('required'=>'required','class' => 'foo')) !!} 

然後定義.foo類:

.foo { 
    width: 100px; 
}