@wufengteam/wform
Version:
@wufengteam/wform
37 lines (36 loc) • 778 B
CSS
.wufeng-wform-datalinkage-ed-h5 {
padding: 5px 0;
}
.wufeng-wform-datalinkage-ed-h5-btn {
--background-color: #f7f8fa;
--text-color: #1c242e40;
--border-color: #e5e5e5;
text-shadow: none;
box-shadow: none;
opacity: 1;
}
.wufeng-wform-datalinkage-ed-h5-preview-field {
width: 100%;
height: fit-content;
}
.wufeng-wform-datalinkage-ed-h5-preview-field-label {
padding: 5px 0;
padding: 6px 8px;
overflow: hidden;
color: #141e31;
font-weight: 400;
font-size: 14px;
line-height: 20px;
white-space: nowrap;
text-overflow: ellipsis;
}
.wufeng-wform-datalinkage-ed-h5-preview-field-value {
width: 100%;
min-height: 32px;
padding: 6px 8px;
color: #b5b8be;
font-size: 14px;
line-height: 20px;
background: #f5f6f8;
border-radius: 2px;
}