@wufengteam/wform
Version:
@wufengteam/wform
29 lines (28 loc) • 658 B
CSS
.wufeng-wform-add-department-pc-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-pc-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;
}