ng-ytl-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
29 lines (27 loc) • 529 B
text/less
@import './index.less';
.@{form-prefix-cls}-item {
> label {
color: @label-color;
text-align: right;
vertical-align: middle;
padding: 7px 0;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
&:after {
content: ":";
margin: 0 8px 0 2px;
position: relative;
top: -0.5px;
}
}
&-control {
nz-input {
width: 100%;
}
nz-select.ant-select {
display: inline-block;
}
}
}