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.
我想对我的文本输入和文本区域应用匹配的填充,但是当我对文本区域应用填充时,它也会移动用于调整文本区域的小手柄,而且它看起来很愚蠢,至少在 Firefox 中是这样。有没有办法解决这个问题,还是我只是强迫症?我个人认为它看起来很可怕。
谢谢你。
如果您愿意删除调整大小手柄,只需添加resize: none到您的 CSS。有关演示,请参见http://jsfiddle.net/2bkMH/2/ 。
resize: none
Given the following:
public class Foo { /* other properties */ public Int32 Id { get; set; } } var listOfFoo = new[]{ new Foo { Id = 1 }