在 twitter bootstrap文档中,有一种有趣的方法可以在输入旁边附加一个按钮。
只是一个示例:
<div class="input-append">
<input class="span2" id="appendedInputButton" type="text">
<button class="btn" type="button">Go!</button>
</div>
就我而言,我正在尝试利用这个概念,但按钮稍大(一个像素)我无法弄清楚是什么原因造成的。
我创造了一个小提琴,我希望有人能指出我正确的方向。