1
2
3
4
5
6
| $vxe-primary-color: rgb(9, 96, 189) !default;
| $vxe-table-row-current-background-color: rgba(9, 96, 189, 0.3);
| $vxe-table-row-hover-current-background-color: rgba(9, 96, 189, 0.2);
| $vxe-table-column-hover-background-color: rgba(9, 96, 189, 0.3);
| $vxe-table-column-current-background-color: rgba(9, 96, 189, 0.2);
| $vxe-table-validate-error-color: #f56c6c;
|
|