index.less 1.71 KB
 .customer{
   .cust_info{
     margin:10px 0;
     padding: 10px 30px;
     background-color: #fff;
    
     .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;
        } 
      }
    }    
   }
   .operate{
    padding: 10px 10px 10px 30px;
    button{
      margin-right: 10px;
    }
  }
  .formInput50 {
    width: 55%;
  }
  .tagMarginBton{
    margin-bottom: 0px;
  }
  .ant-tag{
    margin-top:6px;
  }
  .ant-tag-checkable-checked{
   background: none;
   color:#1890ff;
   margin: 0px;
   line-height: 18px;
  }
  .ant-tag-checkable-checked:active{
    background: none;
    color:#1890ff;
  }
  .ant-tag-checkable:active {
    background: none;
    color:#1890ff;
  }
  .ant-tag-checkable{
    margin: 0px;
    line-height: 18px;
  }
 }
 .contentForm{
   .ant-row{
    //  margin-top:6px;
   }
 }
 .label120{
   .ant-form-item-label{
     width: 120px;
   }
 }
.publicForm{
   .formInput{
      width:100%;
    }
    .formInput60{
      width:60%;
    }
    .formInput80{
      width:80%;
    }
    .ant-form-item-label{
      text-align: left
    }
    .multiLine{
      .ant-form-item-label{
        white-space:inherit;
        line-height: 18px;
        .multLable{
          vertical-align: middle;
          display: inline-block;
        }
      }      
    }
}
@media (min-width: 992px){
  .publicForm{
    .ant-form-item-label{
      text-align: right
    }
  }
}