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.
我想要一个有两列的表。
我知道如何将列的宽度设置为表格宽度的百分比或像素数。
我希望左列具有最大宽度,而我需要右列是表格宽度的 20%,但不超过 150px。
问题是表格宽度取决于客户端屏幕分辨率,但右列不应该“增长太多”。
我怎么做?
查看 css 属性min-width和max-width.
min-width
max-width