dict.less 3.66 KB
.dictBg{
  background:#e6eaf0;  
  .noData{
    text-align: center;
    color:#999;
  }
  .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;
    }
  }
  .leftCol{
    padding-left: 20px;
  }
  .marginT10{
    margin-top: 10px;
  }
  .marginB10{
    margin-bottom: 10px;
  }
  .submitBtn{
    margin:0;
    padding-top: 40px;
    padding-bottom:20px;
    text-align: center;
    border-top:1px solid #ccc;
    background: #fff;
    button{
      margin: 10px 10px;
    }
  }
}
a{
  text-decoration: none;
  color:#000;
  &:hover{
    text-decoration: underline;
  }
}
.ant-modal-body{
  .cont{
    margin:10px -24px;
  }
}
.dictSubtitle {
  font-size: 16px;
  color:#000;
  border-bottom:1px solid #ccc;
  margin: 0px -30px;
  padding-left: 50px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.dictDetail{
  background: #fff;
  padding: 30px;
}
.system{
  
  .nav{
    margin: 10px 30px;
    font-weight: 600;
    span{
      color: #5668DB
    }
  }
  .chooseRole{
    cursor: pointer;
  }
  .systemSearch{
    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%;
      min-height:400px;
    }

  }
}
.expandCommon{
  width: 100%;
  position: relative;
  top: -44px;
  left: 100%;
  margin-left: -130px;
  cursor: pointer;
  color: #444;
  i{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
}  
.reTable{
  .ant-table-row-expand-icon{
    border:none;
    background: none;
  }
  .ant-table-row-collapsed:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #999;
    border-bottom: 6px solid transparent;
    content: " "
  }
  .ant-table-row-expanded:after{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid  #999;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: " "
  }
  .ant-table-row-spaced:after{
    display: inline-block;
    width:6px;
    height: 6px;
    border-radius: 50%;
    background: #999;
    content: " "
  }
  .ant-table-row-spaced{
    visibility: inherit;
  } 
}
.exTable{
  .ant-table-row-spaced{
    visibility: hidden;
  } 
}
.detData{
  .rightCol{
    padding-right:10px;
  }
}
.tableOptCol{
  button {
    margin-right:8px;
    margin-bottom:5px;
  }
  button:last-child{
    margin-right: 0px;
  }
  a{
    margin-right:8px;
    margin-bottom:5px;
  }
  a:last-child{
    margin-right: 0px;
  }
}