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。它的第一行是可编辑的。稍后,如果双击,底部的每一行也是可编辑的。但默认情况下,第一行是可编辑和聚焦的。后面的行在那里。但我想为底部未编辑的行添加一些填充。
您应该创建一个特定的类来处理底部行中的填充。如果您在覆盖 jqGrid css 时遇到问题,请添加 !important 属性。例如:
.row-not-edited{ padding: 10px !important; }