slxx.scss 1.44 KB
/deep/.el-form {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
}

/deep/.el-form-item__label {
  padding: 0;
}


/deep/.el-radio {
  margin-right: 10px;
}

/deep/.el-select {
  width: 100%;
}

/deep/.el-form-item {
  margin-bottom: 8px;
}

.marginBot0 {
  margin-bottom: 0 !important;
}

.slxx {
  box-sizing: border-box;
}

.slxx_con {
  flex: 1;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  box-sizing: border-box;
  padding-left: 5px;
  overflow-x: hidden;
}

.submit_btn {
  height: 50px;
}

.slxx_title {
  border-bottom: 1px solid $borderColor;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}

.bdcqk {
  margin-top: 15px;
  position: relative;

  .count {
    color: blue !important;
    width: 85%;
    font-size: 14px;
    position: absolute;
    left: 200px;
    top: -3px;
    height: 30px;

  }
}

.btn {
  text-align: center;
  padding-top: 10px;
  height: 36px;
  background-color: #ffffff;
  padding: 5px 0;
}

.textArea {
  /deep/.el-textarea__inner {
    min-height: 90px !important;
  }
}

.formMarginBot0 {
  /deep/.el-form-item {
    margin-bottom: 0;
  }
}

/deep/.el-form-item__label {
  padding-bottom: 0px;
}

// 控制表单是否只读
.readonly {
  /deep/.el-form-item__content {
    pointer-events: none !important;
  }

  /deep/.el-input .el-input__inner {
    background-color: #F5F7FA;
  }
}