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.
我有一个 asp:table,我在其中动态添加数据。现在根据某些条件,我希望单元格具有不同的高度。我得到了不同高度的细胞,但问题是细胞不是从同一个基地开始的。我在下面附上我得到的图片:
现在在图像中,所有单元格都从不同的基础开始,但我希望它们都应该从底线开始。实际上我正在尝试在 asp:table 的帮助下制作图表
不可能在没有看到您的 HTML 的情况下说出来,但这并不是表格的真正用途。您应该真正使用<DIV>s 或inline-block样式元素。
<DIV>
inline-block
但是,我假设您尝试vertical-align: bottom;了包含<tr>元素的样式?
vertical-align: bottom;
<tr>