Files
MaxKey/maxkey-web-frontend/maxkey-web-app/src/styles/index.less
2022-04-23 10:08:40 +08:00

15 lines
400 B
Plaintext

/* 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;
}