.je-func-select-user{
  border: 1px solid #e6e6e6;
  border-left: 0;
  .je-func-select-user-result{
    padding-left: 20px;
    .top-panel{
      margin-top: 4px;
      display: flex;
      justify-content: space-between;
      .ant-input-group-addon {
        display: none;
      }
      .div-icon{
        width: 73px;
        padding: 0 7px;
        padding-top: 2.5px;
        .icon{
          font-size: 18px;
          cursor: pointer;
        }
        .select{
          color: @primary-color;
        }
        .default{
          margin-right: 10px
        }
      }
    }
    .je-grid .vxe-table--border-line{
      border: 0;
    }
    .context-panel{
      .user-item{
        display: inline-block;
        min-width: 90px;
        text-align: left;
        padding: 5px 30px 5px 10px;
        border-radius: 4px;
        margin: 15px 15px 0 0;
        background-color: #f4f6f9;
        position: relative;
        .icon{
          position:absolute;
          right: 6px;
          top: 9px;
          cursor: pointer;
        }
      }
    }
    .context-grid{
      .delete-span{
        cursor: pointer;
        color: @primary-color;
      }
      .je-user-photo{
        width: 34px;
        height: 34px;
        display: inline-block;
        font-size: 14px;
        .userphoto-img{
          width: 100%;
          height: 100%;
          border-radius: 100%;
        }
        .userphoto-span{
          border-radius: 100%;
          background-color: #efa544;
          color: #fff;
          text-align: center;
          line-height: 34px;
          width: 100%;
          height: 100%;
          display: inline-block;
        }
      }
    }
    .bottom-panel{
      line-height: 32px;
    }
  }
  .je-func-select-user-tabs{
    .je-func-select-user-tree{
      .node-context{
        position: relative;
        .node-deptname{
          position:absolute;
          right:0;
          right: 10px;
          color: #a9aba9;
        }
      }
      .je-panel-item-region-default{
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }
      .je-panel-item-region-top{
        .ant-select-selection-search-input{
          border-radius: 0;
        }
      }
    }
    .ant-tabs-nav{
      height: 40px;
      background: #f7f9fc;
      margin: 0;
      border-right: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
      .ant-tabs-nav-wrap{
        .ant-tabs-nav-list{
          width: 100%;
          .ant-tabs-tab{
            margin: 0 auto;
            width: 25%;
            .ant-tabs-tab-btn{
              margin: 0 auto;
            }
          }
        }
      }
    }
  }
}
