.wufeng-wform-datalinkage-ed-pc {
  height: 100%;
}
.wufeng-wform-datalinkage-ed-pc-btn {
  width: 300px;
}
.wufeng-wform-datalinkage-ed-pc-preview-field {
  width: 100%;
  height: fit-content;
}
.wufeng-wform-datalinkage-ed-pc-preview-field-label {
  padding: 5px 0;
  padding: 6px 8px;
  overflow: hidden;
  color: #141e31;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wufeng-wform-datalinkage-ed-pc-preview-field-value {
  width: 100%;
  min-height: 32px;
  padding: 6px 8px;
  color: #b5b8be;
  font-size: 14px;
  line-height: 20px;
  background: #f5f6f8;
  border-radius: 2px;
}
.wufeng-wform-datalinkage-ed-pc-subForm {
  display: flex;
  align-items: center;
  height: 100%;
}
.wufeng-wform-datalinkage-ed-pc-subForm-btn {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.wufeng-wform-datalinkage-ed-pc-subForm-preview {
  display: flex;
  height: 100%;
}
.wufeng-wform-datalinkage-ed-pc-subForm-preview-field {
  flex-grow: 1;
  height: 100%;
  min-height: 75px;
  border-right: 1px solid #e6e8ed;
}
.wufeng-wform-datalinkage-ed-pc-subForm-preview-field-label {
  width: 150px;
  height: 35px;
  padding: 5px;
  overflow: hidden;
  line-height: 25px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  background: #f0f1f4;
  border-bottom: 1px solid #e6e8ed;
}
.wufeng-wform-datalinkage-ed-pc-subForm-preview-field-value {
  width: 150px;
  min-height: 25px;
  padding: 5px;
  color: #b5b8be;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border: #f5f6f8 1px solid;
}
