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 TreeGrid 之间的线条?
我试过了:
<table id="TreeGrid" style="border-bottom: 0px none;border-right: 0px none;"> </table>
但这对我不起作用。
好的,现在想通了:
.ui-jqgrid tr.ui-row-ltr td { border-bottom-style: none; border-right-style: none;}
我仍然不确定如何为#TreeGrid 指定样式...
终于落户
#TreeGrid td { border-bottom-style: none; border-right-style: none;}