当前位置: 首页 > 工具软件 > Table Hover > 使用案例 >

antd中table hover上去的背景色样式修改

富昕
2023-12-01
   .ant-table-tbody{
   	  > tr:hover:not(.ant-table-expanded-row) > td,.ant-table-row-hover,.ant-table-row-hover>td{
        background:#E5F2FF!important;
      }
   }
   .ant-table-fixed{
	.ant-table-row-hover, .ant-table-row-hover>td{
	    background: #E5F2FF!important;
	 }
	}

 类似资料: