/* 操作三点*/ .el-menu { border-right: 0; background: rgba(255, 255, 255, 0.1); } .el-menu--collapse { width: 100%; } .el-menu--collapse .el-menu .el-submenu, .el-menu--popup { min-width: 100px; text-align: center; padding: 0 0 0 0; transform: translateX(25px); } .el-submenu__title { height: 40px; line-height: 40px; } .el-submenu__title:hover { color: #293849; background: #f5f7fa !important; } .el-menu-item-group{ background:white ; } .el-menu-item-group__title { padding: 0px 0 0px 0px; line-height: normal; font-size: 14px; text-align: center; color: #909399; } .el-menu-item-group .el-menu-item { border-left: 1px solid #e9e9eb; border-right: 1px solid #e9e9eb; border-bottom: 1px solid #e9e9eb; font-size: 14px; } .el-menu-item-group .el-menu-item:nth-child(1) { border-top: 1px solid #e9e9eb; } .avatar-uploader-icon { border: 1px dashed #cccccc; }