mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-02 18:08:40 +08:00
style: fix selected background color of tr
修复表格选中行的背景颜色与固定列的冲突 fixed: #1069
This commit is contained in:
parent
5ae894a5c7
commit
a8b18c2697
@ -381,7 +381,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-tbody > tr.ant-table-row-selected td {
|
.ant-table-tbody > tr.ant-table-row-selected td {
|
||||||
background-color: fade(@primary-color, 8%) !important;
|
//background-color: fade(@primary-color, 8%) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user