| 1234567891011121314151617181920212223242526272829 | .manage-content {    .account-left {        width: 8%;        height: 98%;        margin-top: 2px;        padding-bottom: 50px;        float: left;        border-right: none;        overflow-y: auto;        .ant-menu-submenu {            .ant-menu-submenu-title {                font-size: 16px;            }        }        .ant-menu-item {            overflow: inherit;        }        .ant-menu-inline .ant-menu-item:after, .ant-menu-vertical .ant-menu-item:after {            content: "";            display: none;        }    }}.containers{    padding: 10px;    background: #ffffff;    }
 |