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.
在 Visual Studio 2010 中,在我看来(cshtml),有时我有一些代码不被接受。这是一个具体的例子:
我知道这不是一个真正的问题。我想知道我是否可以“编辑” VS 的规则以停止告诉我这个“nowrap”有问题。我不想停用所有警告。
谢谢。
您可以通过使用 CSS 规则来绕过这个特定的警告。
td {white-space:nowrap}
http://jsfiddle.net/3rwWh/4/