@wufengteam/wform
Version:
@wufengteam/wform
32 lines (31 loc) • 625 B
CSS
.wufeng-wform-data-preview-btn {
gap: 4px;
align-items: center;
justify-content: center;
min-width: 30px;
height: 22px;
padding: 1px 8px 3px 8px;
font-size: 14px;
border-radius: 30px;
}
.wufeng-wform-data-preview-btn img {
width: 16px;
height: 16px;
}
.wufeng-wform-data-ellipsis {
display: inline-block;
max-width: 100%;
height: 100%;
min-height: 32px;
line-height: 32px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.wufeng-wform-data-cell {
display: inline-block;
max-width: 100%;
white-space: break-spaces;
text-overflow: unset;
word-wrap: break-word;
}