.container {
    width: 100%;
    min-height: 800px;
    background-color: rgb(245, 246, 250);
    padding: 15px 0;
}

.userInfo {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.userInfo .userInfo_left {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    background-color: #fff;
    text-align: center;
    padding: 44px 11px 43px;
    flex: 1;
}

.userInfo_left .user-head {
    padding-bottom: 32px;
    text-align: center;
    border-bottom: 1px solid #e5e7f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.userInfo_left .user-head .user-avatar {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

.user-name {
    font-size: 12px;
    color: #4a4e66;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 2px;
    text-align: center;
}

.userInfo_left .menu-list {
    padding-top: 12px; 
}

.userInfo_left .menu-list li {
    padding: 12px 0;
    text-align: center;
    line-height: 12px;
}

.userInfo_left .menu-list li a {
    color: #999;
}


.userInfo_right {
    width: 700px;
    margin: 0 0 0 15px;
    padding: 15px;
    background-color: #fff;
    min-height: 636px;
    flex: 2;
}

.userInfo_right .userInfo_right_form {
    width: 400px;
    margin:50px 0 0 100px;
}

.el-table .el-table__header {
    width: 100% !important;
}

.avatar-uploader {
}


.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }
  .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    position: absolute;
    color: #fff;
  }
  .avatar {
    width: 100%;
    height: 100%;
    display: block;
  }