素材巴巴 > 程序开发 >

ant表格修改默认样式

程序开发 2023-09-03 06:23:07

这是表格的基本使用

;

修改表头的样式

.ant-table-thead>tr>th {color: #fff;background: red;
 }

修改列表的样式

.ant-table-tbody>tr>td {    color: #fff;background-color: red;
 }

修改列表行hover样式

.ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td {    background: #CAE0F3;
 }

官网默认的样式  

修改之后的样式


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。