@wufengteam/wform
Version:
@wufengteam/wform
31 lines (30 loc) • 656 B
CSS
.wufeng-wform-add-department-h5-btn {
display: flex;
align-items: center;
justify-content: flex-end;
color: rgba(28, 36, 46, 0.45);
font-weight: 400;
font-size: 16px;
line-height: 40px;
}
.wufeng-wform-add-department-h5-tag-wrap {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
width: 100%;
}
.wufeng-wform-add-department-h5-tag-wrap .adm-tag {
white-space: pre-wrap;
}
.wufeng-wform-add-department-h5-tag {
display: flex;
align-items: center;
margin-left: 4px;
margin-bottom: 4px;
padding: 6px;
}
.wufeng-wform-add-department-h5-tag-title {
max-width: 100px;
word-break: break-all;
line-height: 15px;
}