.page { position: relative; } .page .header { margin-bottom: 10px; height: 32px; display: flex; flex-direction: row; justify-content: space-between; } .page .header .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; } .table :global .ant-table-thead > tr > th, .table :global .ant-table-tbody > tr > td { padding: 16px 16px; word-break: break-word; text-align: center; -ms-word-break: break-all; } .table .cover { align-items: center; height: 68px; } .table .cover img { border-radius: 4%; height: 100%; width: auto; min-width: 100px; max-width: 100px; }