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.
我正在尝试使框在视图中:
密码笔
我一直在尝试单元格间距、垂直对齐、边框间距等,但要么我不了解如何应用它们,要么我在 DOM 上的方向不好。
为什么在代码笔中?我正在为 Bootstrap 2 构建一个主题。
您对td元素应用了填充,将其删除并设置vertical-align: top。
td
vertical-align: top
td { padding: 0; vertical-align: top; }