jjb-lc-designable
Version:
基于alibaba-designable源码二次封装的表单设计器。
47 lines (41 loc) • 869 B
text/less
@import 'jjb-lc-common/lib/style/index.less';
.dn-input-items {
display: flex;
flex-wrap: wrap;
margin-left: -8px;
&-item {
display: flex;
align-items: center;
margin-bottom: 10px;
color: @text-color;
&-icon {
display: flex;
align-items: center;
justify-content: center;
margin: 0 8px;
flex-shrink: 0;
flex-grow: 0;
color: @text-color;
}
&-controller {
min-width: 0;
flex-shrink: 1;
flex-grow: 1;
.@{ant-prefix}-radio-group {
display: flex;
.@{ant-prefix}-radio-button-wrapper {
flex-grow: 1;
display: flex;
justify-content: center;
}
}
}
&.vertical {
flex-direction: column;
align-items: flex-start;
.dn-input-items-item-controller {
width: 100%;
}
}
}
}