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.
我的页面上有一个 jqGrid,但其中的所有网格线看起来有点太忙了。有什么简单的方法只显示水平线吗?
谢谢。
添加CSS:
.ui-jqgrid tr.ui-row-ltr td { border-right-style: none; border-left-style: none; }