<style> .datagrid-row-selected { background: #D1EEEE; color: #fff; } </style>
在html代码中,加入这段CSS样式,重新设置选中行背景色即可
<style> .datagrid-row-selected { background: #D1EEEE; color: #fff; } </style>
在html代码中,加入这段CSS样式,重新设置选中行背景色即可
转载于:https://www.cnblogs.com/mr-geng/p/6977945.html