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