.account-manage-wrap { height: 100%; display: flex; flex-direction: column; .filter-wrap { .top { .title { font-family: $font-family-medium; font-style: normal; } :deep(.arco-btn) { .arco-btn-icon { line-height: 16px; } } } } .tip-row { border-radius: 2px; background: #f0edff; .label { font-family: $font-family-regular; font-size: 14px; font-style: normal; font-weight: 400; line-height: 22px; } &.normal { background: #ebf7f2; .label { color: #211f24; } } .operation-btn { padding: 0; cursor: pointer; color: var(--Brand-Brand-6, #6d4cfe); font-family: $font-family-regular; font-size: 14px; font-style: normal; font-weight: 400; line-height: 22px; /* 157.143% */ &:not(:last-child) { margin-right: 16px; } &.red { color: #f64b31; } } } .card-wrap { display: flex; flex-direction: column; .pagination-box { display: flex; width: 100%; padding: 16px 24px; justify-content: flex-end; align-items: center; } } }