@import '../../../style/themes/index';
@import '../../../style/mixins/index';

@form-build-prefix-cls: ~'@{fc-prefix}-form-build';

.@{form-build-prefix-cls} {
  /** 样式写在这里面 */
}

.fc-autoform-formitem {
  width: 100%;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
}

.fc-autoform-item {
  width: 100%;
}

.fc-autoform-col {
  display: inline-block;
}

.fc-autoform-icon {
  text-align: center;
}

.fc-autoform-form .ant-row:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.FCjianquDisabled {
  color: red;
}

.fc-form-line {
  overflow: auto;
  display: flex;
  align-items: flex-end;
}

.fc-form-line-component {
  overflow: auto;
  width: calc(100% - 50px);
  float: left;
}

.fc-form-icons {
  width: 50px;
  float: left;
  height: 40px;
  display: flex;
  align-items: center;
}

.fc-form-icon {
  margin-left: 7px;
}
