zp-bee
Version:
zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。
33 lines (27 loc) • 501 B
text/less
@import '../../bee-select/style/index';
@import './multiple';
.bee-select-wrapper {
position: relative;
}
.bee-select-label {
position: absolute;
left: 11px;
top: 3px ;
transform: none ;
color: #75798e;
span {
color: red;
}
}
.bee-hover {
position: absolute;
background: #ffffff;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
border: 1px solid #d8dae2;
z-index: 35;
display: flex;
flex-wrap: wrap;
.bee-span {
margin: 1px 2px;
}
}