zp-bee
Version:
zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。
22 lines (20 loc) • 425 B
text/less
@import '../../style/themes/default.less';
@import '../../style/global/select.less';
.@{zp-prefix}-form-item {
float: left;
margin-right: 10px;
height: 26px;
line-height: 26px;
margin-bottom: 12px;
// 兼容老的filterItem
& > .wrapperForm {
margin-right: 0;
margin-bottom: 0;
}
.@{zp-prefix}-select-multiple {
position: initial ;
}
.@{zp-prefix}-select {
width: 100%;
}
}