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.
我需要在 ag-grid 中将选择颜色从蓝色(默认颜色)更改为红色边框的蓝色。
请参阅图片,蓝色应转换为带有红色边框的厚蓝色
将以下内容添加到您的 CSS
.ag-theme-balham .ag-row-selected { background-color: #4abbff; } .ag-theme-balham .ag-ltr .ag-cell-focus { border: 1px solid red; }