我有4段像
A B C D
efgh
伊克尔
操作
这是代码:
<p style="line-height: 2"> <label><font color="red">*</font>Alamat :</label>
${actionBean.deposit.alamat1} <p style="line-height: 1"> <label> </label>
${actionBean.deposit.alamat2} </p> <p style="line-height: 1"> <label> </label>
${actionBean.deposit.alamat3} </p>
段落之间的大小太大。我使用 line-height 属性,但它不能正常工作....请给我一个不错的选择。
Thanks in advance.