Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让文本框填满整个宽度,但我不知道该怎么做。我在下面附上一个屏幕截图我希望文本框填满整个容器并做出响应(我的意思是自动调整文本框的宽度)。文本框和高级搜索按钮之间有一个间隙。如果有帮助的话,我也在使用 bootstrap 2.2。
CSS3 有一个calc函数可以帮助你解决这个问题,见plunker