研发图纸文件管理系统-前端项目
he wei
2025-03-13 ec8d9f802eac6841165425b228ef56474636fa9a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
.ant-table-thead{
  tr{
    th{
      &.ant-table-column-has-actions{
        &.ant-table-column-has-sorters:hover{
          background-color: @background-color-base;
        }
        &.ant-table-column-has-filters{
          &:hover{
            .anticon-filter, .anticon-filter:hover{
              background-color: @background-color-base;
            }
          }
          .anticon-filter.ant-table-filter-open{
            background-color: @background-color-base;
          }
        }
      }
    }
  }
}