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.
我遇到了一项棘手的任务。
我有一个表单,表单元素居中。(标签向右对齐,输入向左)标签设置为某个宽度。当标签适合一行时,所有样式和外观都完美对齐。
但正如您可以想象的那样,当标签不适合并被分成两行时,它不再与输入字段完全对齐。
我想不出一个好的和灵活的解决方案。
也许你有一个小费给我。
谢谢!
你试过<td style="vertical-align:middle"><input ... /></td>吗?
<td style="vertical-align:middle"><input ... /></td>