0

为什么这还在包装?这是我的代码:

<table>
<tr>
    <td class="nowrap">
        $<input type="text" name="test" value="" />
    </td>
</tr>
</table>

和 CSS:

.nowrap {
   whitespace: nowrap;
}
4

1 回答 1

2

white-space: nowrap;带有连字符。

于 2013-09-26T20:10:56.987 回答