.dinbu-in {
  margin-bottom: 5px;
  padding: 0 10px;
  background: #f9f9f9;
  color: #7f8490;
  border: 1px solid #e4e5e7;
  padding: 10px 10px;
  font-size: 13px;
  .el-input {
    width: 70%;
    height: 30px;
    input.el-input__inner {
      height: 30px;
    }
  }
  .el-autocomplete {
    width: 70%;
    height: 30px;
    .el-input {
      width: 100%;
      height: 30px;
      input.el-input__inner {
        height: 30px;
      }
    }
  }
  .el-row:not(:nth-child(1)) {
    margin-top: 10px;
  }
  .el-select {
    .el-input {
      width: 100%;
    }
  }
}

.dinbu-in-line {
  margin-bottom: 0;
  background: #fff;
  border: none;
  .el-input {
    width: 130px;
  }
  .el-date-editor--daterange.el-input,
  .el-date-editor--daterange.el-input__inner,
  .el-date-editor--timerange.el-input,
  .el-date-editor--timerange.el-input__inner {
    width: 250px;
    margin-right: 3px;
  }
  .el-autocomplete {
    width: 130px;
  }
  .el-select {
    .el-input {
      width: 130px;
    }
  }
}