HTML中td 中折行成2行的办法

element.style {
border-bottom: 1px solid #DDDDDD;
}
.tdDiv p {
height: 24px;
line-height: 24px;
}


0

-1


你可能感兴趣的:(web)