修改一样默认样式

1、修改table表头:

div .ant-table-thead > tr > th{
	background: #EEF4FE;
	text-align: center;
	border-right: 0px !important;
        font-size:14px;
        font-weight: 400;
}

2、修改table行hover样式:

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

 

上一篇:Linux:-bash: ***: command not found


下一篇:简单解决ant design vue modal样式修改不成功