menu.less 3.05 KB
.mTable{
  background:#e6eaf0;

  .userForm{
    padding: 20px 10px 20px 26px;
    background: #fff;
    box-sizing: border-box;
    margin: 10px 0;
    .isOrgId{
      form .ant-select{
        width:400px;
      }
    }

    .orghover{
      cursor: pointer;
      line-height: 20px;
      font-size: 24px;
      margin-left: 10px;
      position: relative;
      top:3px;
    }
    .chooseRole{
      cursor: pointer;
    }
  }
  .expandListMenu{
    width:90px;
    position: relative;
    top:-44px;
    left: 100%;
    margin-left: -110px;
    cursor: pointer;
    color: #444;
    height:0;
    &:hover{
      color:#000;
    }
    i{
      margin-right: 5px;
      transition: all .3s,
    }
  }
  .operate{
    padding: 4px 26px;
    button{
      margin-right: 10px;
    }
  }
  .detdata{
    width:100%;
  }
  .pLeft{
      padding-left:22px;
   }
   .pRight{
      padding-right:22px;
   }
   
}
a{
  text-decoration: none;
  color:#000;
  &:hover{
    text-decoration: underline;
  }
}
.ant-modal-body{
  .cont{
    margin:10px -24px;
  }
}
.menuAdd{
  .nav{
    margin: 10px 26px;
    font-weight: 600;
    span{
      color: #5668DB
    }
  }
  .chooseRole{
    cursor: pointer;
  }
  .menuInfo{
    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;
      
    }
    .remark{
      padding: 30px;
    }
    .orghover{
      cursor: pointer;
      line-height: 20px;
      font-size: 24px;
      margin-left: 10px;
      position: relative;
      top:3px;
    }
    .has-error {
      .ant-form-explain{
        min-width: 120px;
      }
    } 
    .ant-tooltip-content{
      display:none;
    }
    .visibility{
      visibility :hidden;
    }
    .uploadBtn{
      position:absolute;
      left:0;
      top:-10px;
      width: 230px;
    }
  }
   .submitBtn{
      margin: 0;
      padding-top: 40px;
      text-align: center;
      background: #fff;
      border-top: 1px solid #ccc;
      button{
        margin: 10px 10px;
      }
    }
    .uploadError{
    color:#f5222d;
    }
}
.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
      }
    }
  }
}