| 1234567891011121314151617181920212223242526272829303132333435363738394041 | .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;}// .user-content>.ant-tabs.ant-tabs-top.ant-tabs-line {//     background-color: #F5F5F5;//     margin-bottom: 10px;//   }
 |