2
我有以下代碼:試圖調整用引導的選擇選項標籤寬度使用Rails
%[email protected]
=form_for @time_tracker do |f|
.text
=f.label :clock_in
=f.datetime_select :clock_in
.text
=f.label :clock_out
=f.datetime_select :clock_out
.btn.btn-primary
=f.submit "#{text}"
的選擇太寬了,我的需求,你可以在下面的圖片中看到。如何更改Bootstrap中選項標籤的默認寬度值?
我想弄清楚。它不想參加這個班。如果需要它,它會繼續在選擇標籤或選項標籤上?第一種語法是正確的,但我不認爲它對這個選擇標籤是一樣的... –
感謝您的幫助。 –