.account-detail-wrap { height: 100%; display: flex; flex-direction: column; :deep(.cts) { color: var(--Text-1, #211f24); font-family: 'PuHuiTi-Regular'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 22px; &.title { font-family: 'PuHuiTi-Medium'; } } :deep(.title-row) { display: flex; height: 64px; padding: 10px 0; align-items: center; } :deep(.search-btn) { border-radius: 4px; border: 1px solid var(--Brand-Brand-6, #6d4cfe); color: #6d4cfe; } :deep(.reset-btn) { border-radius: 4px; border: 1px solid var(--BG-500, #b1b2b5); background: var(--BG-white, #fff); } .table-wrap { width: 100%; .pagination-box { display: flex; width: 100%; padding: 16px 24px; justify-content: flex-end; align-items: center; } } }