.wufeng-wform-datalinkage-h5 {
  padding: 5px 0;
}
.wufeng-wform-datalinkage-h5-btn {
  --background-color: #f7f8fa;
  --border-color: #e5e5e5;
  text-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.wufeng-wform-datalinkage-h5-preview-field {
  width: 100%;
  height: fit-content;
}
.wufeng-wform-datalinkage-h5-preview-field-label {
  display: flex;
  align-items: center;
  padding: 7px 8px 5px 8px;
  overflow: hidden;
  color: #141e31;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wufeng-wform-datalinkage-h5-preview-field-value {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 28px;
  padding: 6px 8px;
  color: #b5b8be;
  font-size: 14px;
  background: #f5f6f8;
  border-radius: 2px;
}
