Browse Source

style: fix selected background color of `tr`

修复表格选中行的背景颜色与固定列的冲突

fixed: #1069
pull/1082/head
无木 5 years ago
parent
commit
a8b18c2697
  1. 2
      src/components/Table/src/BasicTable.vue

2
src/components/Table/src/BasicTable.vue

@ -381,7 +381,7 @@
}
.ant-table-tbody > tr.ant-table-row-selected td {
background-color: fade(@primary-color, 8%) !important;
//background-color: fade(@primary-color, 8%) !important;
}
}

Loading…
Cancel
Save