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.
我正在用 Primefaces 设计一个网页,但我认为我的问题更普遍:
我想要 2 个并排的具有相同大小的字段集。我该怎么做 ?
编辑:2 个字段集在一个<div>withheight:auto; width:auto;
<div>
height:auto; width:auto;
在css中试试这个
fieldset{ width :50%; padding : 0; margin : 0; display : inline-block; }
<fieldset>