.wf-theme-custom {
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  color-adjust: exact;
}
.wf-theme-custom .avue--detail .avue-form__group,
.wf-theme-custom .avue--detail .avue-form__row {
  border: var(--borderWidth) solid var(--borderColor) !important;
}
.wf-theme-custom .avue--detail .el-col:nth-child(1) {
  border-top: var(--borderWidth) solid var(--borderColor) !important;
}
.wf-theme-custom .avue--detail .el-col,
.wf-theme-custom .avue--detail .el-row {
  border: none;
}
.wf-theme-custom .avue--detail .el-form-item > .el-form-item__content {
  border-left: var(--borderWidth) solid var(--borderColor) !important;
}
.wf-theme-custom .avue--detail .el-table__row .el-form-item__content {
  border-left: none !important;
}
.wf-theme-custom .avue--detail .avue-form__row {
  margin-bottom: 0px !important;
}
.wf-theme-custom .avue--detail .el-form-item {
  margin-bottom: 0px !important;
  background: var(--labelBg);
}
.wf-theme-custom .avue--detail .el-col > .el-form-item > .el-form-item__label {
  color: var(--labelColor);
  font-size: var(--labelFontSize);
  text-align: center !important;
}
.wf-theme-custom .avue--detail .el-col > .el-form-item > .el-form-item__content {
  background-color: var(--valueBg, #fff);
}
.wf-theme-custom .avue--detail .el-radio.is-disabled .el-radio__label,
.wf-theme-custom .avue--detail .el-checkbox.is-disabled .el-checkbox__label,
.wf-theme-custom .avue--detail .el-input.is-disabled .el-input__inner,
.wf-theme-custom .avue--detail .el-range-editor.is-disabled,
.wf-theme-custom .avue--detail .el-range-editor.is-disabled input,
.wf-theme-custom .avue--detail .el-textarea.is-disabled .el-textarea__inner {
  color: var(--valueColor) !important;
  -webkit-text-fill-color: var(--valueColor) !important;
  font-size: var(--valueFontSize);
  border: var(--borderWidth) solid transparent;
  background: #fff;
  background-color: #fff;
}
.wf-theme-custom .avue--detail .el-input-number.is-disabled .el-input-number__decrease,
.wf-theme-custom .avue--detail .el-input-number.is-disabled .el-input-number__increase {
  display: none;
}
.wf-theme-custom .avue--detail .el-rate {
  line-height: 2.5;
}
.wf-theme-custom .avue--detail .avue-dynamic,
.wf-theme-custom .avue--detail .avue-ueditor {
  margin-left: -20px;
}
