Commit 08aaf5c5 authored by 涂伟's avatar 涂伟

fix: '表格hover样式优化'

parent 0c716241
...@@ -64,6 +64,11 @@ ...@@ -64,6 +64,11 @@
border-left: 1px solid #dbe7fb; border-left: 1px solid #dbe7fb;
} }
} }
&:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) {
td {
background: rgb(237,242,255)!important;
}
}
} // .ant-table-tbody > tr > td:last-child { } // .ant-table-tbody > tr > td:last-child {
// border-left: 1px solid #dbe7fb; // border-left: 1px solid #dbe7fb;
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment