//@import '~antd/lib/style/themes/default.less'; .page { position: relative; .header { margin-bottom: 10px; height: 32px; display: flex; flex-direction: row; justify-content: space-between; .add { position: absolute; right: 28px; top: 24px; z-index: 10; } } } .table { :global { .ant-table table { width: 100%; border-collapse: collapse; text-align: center; border-radius: 4px 4px 0 0; } .ant-table-thead > tr > th, .ant-table-tbody > tr > td { padding: 16px 16px; word-break: break-word; text-align: center; -ms-word-break: break-all; } } .cover { align-items: center; height: 68px; img { border-radius: 4%; height: 100%; width: auto; min-width: 100px; max-width: 100px; } } }