@wufengteam/wform
Version:
@wufengteam/wform
41 lines (40 loc) • 938 B
CSS
.wufeng-wform-add-department-modal-footer {
padding: 0 12px;
border-top: solid 1px #e5e5e5;
}
.wufeng-wform-add-department-modal-tagItem {
box-sizing: border-box;
display: flex ;
align-items: center;
white-space: normal;
text-align: center;
color: #1C242E;
background: #EBF3FF;
width: fit-content;
margin-right: 0px;
background: #F2F3F5;
border-radius: 4px 4px 4px 4px;
border: 0px solid #DCDDE5;
padding: 5px 6px ;
}
.wufeng-wform-add-department-modal-tagItem .iconBg {
width: 14px;
height: 14px;
border-radius: 100%;
font-size: 9px;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
margin-right: 4px;
}
.wufeng-wform-add-department-modal-clearText {
line-height: 40px;
text-align: right;
}
.wufeng-wform-add-department-modal-clearText a {
color: #47e;
font-size: 12px;
}