冻结列去除选中背景

This commit is contained in:
RuoYi
2019-07-24 19:21:59 +08:00
parent aa5d2b9fe8
commit 9cf4b8935f
3 changed files with 10 additions and 7 deletions

View File

@ -956,4 +956,10 @@ label {
background-color:#999!important;
text-shadow:0 0 10px black,0 0 10px black,0 0 8px black,0 0 6px black,0 0 6px black;
box-shadow:0 12px 14px -12px #111 inset,0 -2px 2px -1px #333 inset
}
/** 表格选中样式 **/
.fixed-table-container .selected {
background-color: #E8F7FD;
color: #1890ff;
}