我在我的text_field_tag中使用以下選項作爲搜索框。我想改變text_field標籤的寬度和高度。更改text_field_tag rails的大小3.1
<%= text_field_tag(:search, value = nil, options = {:size => "200", :placeholder => "Search Events", :class => "round shadow"})%>
我能夠得到除了大小以外的所有效果。據我所知,語法是正確的。我也在使用bluprint.css。只是爲了確定我註釋掉了藍圖css textarea的默認選項。
/*textarea {width:390px;height:250px;padding:5px;}*/
可能是什麼問題?
您的文本字段可以有其他規則 – user973254
@ user973254您在說什麼規則? –
關於css規則,對不起,我忘了說 – user973254