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.
我需要创建一个小按钮,但我不能用它的宽度来做到这一点。按钮的宽度似乎有一个最小值。当我设置它的高度为 5px 宽度为 5px 时,在 Visual Studio 中是可以的,但是当它在 Web 浏览器中呈现时,只有它的高度是正确的。
你知道如何将按钮的宽度设置为非常小吗?
尝试将填充设置为 0。
padding: 0px;
浏览器默认添加填充。它也因浏览器而异。