You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
400 B

/* You can add global styles to this file, and also import other style files */
.ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
position: relative;
height: 46px;
padding: 0;
overflow-wrap: break-word;
}
.table-list-toolbar {
margin-bottom: 16px;
}
.table-list-toolbar > button {
margin-right: 8px;
}