orgIndex.less 2.77 KB
.orgbg{
  background:#e6eaf0;

  .userForm{
    padding: 20px 10px 20px 30px;
    background: #fff;
    box-sizing: border-box;
    margin: 10px 0;
    .isOrgId{
      form .ant-select{
        width:400px;
      }
    }
    #orgId{
      width:200px;
    }
    .orghover{
      cursor: pointer;
      line-height: 20px;
      font-size: 24px;
      margin-left: 10px;
      position: relative;
      top:3px;
    }
    .chooseRole{
      cursor: pointer;
    }
  }
  .operate{
    padding: 4px 26px;
    button{
      margin-right: 10px;
    }
  }
  .pLeft{
      padding-left:22px;
   }
  .pRight{
      padding-right:22px;
   }
  //  .expandMenu{
  //   width:100%;
  //   position: relative;
  //   top:-44px;
  //   left: 100%;
  //   margin-left: -130px;
  //   cursor: pointer;
  //   color: #444;
  //   &:hover{
  //     color:#000;
  //   }
  //   i{
  //     margin-right: 5px;
  //     transition: all .3s,
  //   }
  // }
  
}
a{
  text-decoration: none;
  color:#000;
  &:hover{
    text-decoration: underline;
  }
}
.ant-modal-body{
  .cont{
    margin:10px -24px;
  }
}
.orgAdd{
  .nav{
    margin: 10px 30px;
    font-weight: 600;
    span{
      color: #5668DB
    }
  }
  .chooseRole{
    cursor: pointer;
  }
  .userInfo{
    background-color: #fff;
    padding:30px;
    .flex{
      margin-bottom:20px;
      display: flex;
      justify-content: flex-start ;
      align-items: center;
      .ant-form-item{
        width:400px;
        .ant-form-item-label label[for="loginName"]{
          width:85px;
          line-height: 20px;
          text-align: left;
          white-space: normal;
          display: inline-block;
        }
        .login_desc{
          font-size: 12px;
        } 
      }
    }
    
    .terminal{
      width:100%;
    }
    .detail{
      margin: 0px -30px;
      background-color:rgba(240, 242, 245, 1);
      padding:5px 0;
      
    }
    
    .orghover{
      cursor: pointer;
      line-height: 20px;
      font-size: 24px;
      margin-left: 10px;
      position: relative;
      top:3px;
    }
    .detdata{
      width:100%;
    }
    
  }
  .submitBtn{
      margin: 0;
      padding-top: 40px;
      text-align: center;
      border-top: 1px solid #ccc;
      background: #fff;
      button{
        margin: 10px 10px;
      }
    }
}
.treeTable{
  border:1px solid #ddd;
  .treeHeader{
    display: flex;
    justify-content: center;
    div{
      flex:1;
      text-align: center;
      line-height: 60px;
      font-weight: bold;
      border-bottom: 1px solid #ddd;
    }
  }
  .orgTree{
    position: relative;
    .ant-tree-title{
      .orgGrade{
        position: absolute;
        left: 35%;
      }
      .updateTime{
        position: absolute;
        left: 58%;
      }
      .remark{
        position: absolute;
        left: 644px
      }
    }
  }
}