| 123456789101112131415161718192021222324252627282930313233343536 | .manage-content {    height: 100%;    width: 100%;    padding-top: 84px;    padding-bottom: 40px;    background: #f0f0f0;    .content-right {        width: 92%;        height: 100%;        float: left;        overflow-y: auto;        padding: 15px;        .ant-spin-nested-loading {            height: 100%;            .ant-spin-container{                height: 100%;            }        }    }    @media (min-width:1386px) and (max-width:1581px){        .content-right {            width: 86%;        }    }    @media (max-width:1386px){        .content-right {            width: 84%;        }    }}.acc-top-user-name>a {    color: #58a3ff !important;}
 |