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.
我正在处理一个 GWT 项目,并且正在使用已经由同事编写的代码。我看到在网站的某些页面上,某些小部件(ListBox、TextBox 等)的边框缺失。我最初以为是因为他为这些小部件设置了精确的像素,但是当我在 Eclipse 中打开 GWT Designer 并创建一个全新的 ListBox 时,边框缺失问题仍然存在,这让我认为这不是因为像素准确设置。
这是设计师的屏幕截图:
如您所见,描述文本框的右边框以及两个列表框的上边框都丢失了。
请帮忙!
在你的css文件中添加这个
select { border-top:1px solid #CCC; }