| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | .acc-content {    .account-left {            width: 8%;            height: 100%;            margin-top: 2px;            padding-bottom: 50px;            float: left;            border-right: none;            overflow-y: auto;        //background: #e8f2fc;        .ant-menu-submenu {            .ant-menu-submenu-title {                //         padding: 0!important;                //         margin: 0;                //         border-right: none;                //         text-align: center;                font-size: 16px;                //         color: #4466bf;                //         background: #d5e4f7;                //         border-top: 1px solid #f2f8fd;                //         border-bottom: 1px solid #c0d2e4;                //         &:after {                //             font-size: 24px;                //         }             }        }        // .ant-menu-submenu-selected {        //     .ant-menu-submenu-title {        //         background: #fff;        //     }        // }        // .ant-menu-item {        //     padding: 0!important;        //     text-align: center;        //     background: #fafafa;        //     font-size: 14px;        //     color: #333;        //     border-bottom: 1px solid #c0d2e4;        // }        // .ant-menu-item-selected {        //     background: #fff;        //     color: #4466bf;        //     font-size: 16px;        //     border-left: 3px solid #58a3ff;        //     border-right: none;        //}    }}
 |